Home
last modified time | relevance | path

Searched full:uuids (Results 1 – 14 of 14) sorted by relevance

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/
H A Dble_hs_adv.h48 /*** 0x02,0x03 - 16-bit service class UUIDs. */
53 /*** 0x04,0x05 - 32-bit service class UUIDs. */
58 /*** 0x06,0x07 - 128-bit service class UUIDs. */
H A Dble_uuid.h135 /** @brief Compares two Bluetooth UUIDs.
140 * @return 0 if the two UUIDs are equal, nonzero if the UUIDs differ.
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/
H A Dble_hs_adv_test.c187 /*** Complete 16-bit service class UUIDs. */ in TEST_CASE()
220 /*** Incomplete 16-bit service class UUIDs. */ in TEST_CASE()
252 /*** Complete 32-bit service class UUIDs. */ in TEST_CASE()
283 /*** Incomplete 32-bit service class UUIDs. */ in TEST_CASE()
314 /*** Complete 128-bit service class UUIDs. */ in TEST_CASE()
348 /*** Incomplete 128-bit service class UUIDs. */ in TEST_CASE()
692 /*** Complete 16-bit service class UUIDs. */ in TEST_CASE()
726 /*** Incomplete 16-bit service class UUIDs. */ in TEST_CASE()
760 /*** Complete 32-bit service class UUIDs. */ in TEST_CASE()
793 /*** Incomplete 32-bit service class UUIDs. */ in TEST_CASE()
[all …]
H A Dble_att_svr_test.c256 static ble_uuid16_t uuids[24]; in ble_att_svr_test_misc_register_group_attrs() local
268 uuids[i] = *BLE_UUID16(BLE_UUID16_DECLARE(i)); in ble_att_svr_test_misc_register_group_attrs()
269 ble_att_svr_test_misc_register_uuid(&uuids[i].u, HA_FLAG_PERM_RW, i, in ble_att_svr_test_misc_register_group_attrs()
290 uuids[i] = *BLE_UUID16(BLE_UUID16_DECLARE(i)); in ble_att_svr_test_misc_register_group_attrs()
291 ble_att_svr_test_misc_register_uuid(&uuids[i].u, HA_FLAG_PERM_RW, i, in ble_att_svr_test_misc_register_group_attrs()
H A Dble_att_clt_test.c144 /*** Two 16-bit UUIDs. */ in TEST_CASE()
/nrf52832-nimble/packages/NimBLE-latest/docs/btshell/
H A Dbtshell_advdata.rst14UUIDs | Indicates the Service UUID list is incomplete i.e. more 16-bit Servic…
16 … | 16-bit Bluetooth Service UUIDs | Indicates the Service UUID list is c…
18UUIDs | Indicates the Service UUID list is incomplete i.e. more 32-bit Servic…
20 … | 32-bit Bluetooth Service UUIDs | Indicates the Service UUID list is c…
22UUIDs | More 128-bit Service UUIDs available. …
24 …is\_complete | Global 128-bit Service UUIDs | Complete list of 128-bit …
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_hs_adv.c147 /* We cannot use ble_uuid_flat here since it converts 32-bit UUIDs to in ble_hs_adv_set_array_uuid32()
262 /*** 0x02,0x03 - 16-bit service class UUIDs. */ in adv_set_fields()
278 /*** 0x04,0x05 - 32-bit service class UUIDs. */ in adv_set_fields()
294 /*** 0x06,0x07 - 128-bit service class UUIDs. */ in adv_set_fields()
H A Dble_att_svr.c1020 /* Grouping is defined only for 16-bit UUIDs, so any attribute ends group in ble_att_svr_is_valid_group_end()
1021 * for non-16-bit UUIDs. in ble_att_svr_is_valid_group_end()
1027 /* Grouping is defined only for 16-bit UUIDs, so non-16-bit UUID attribute in ble_att_svr_is_valid_group_end()
H A Dble_gattc.c3000 * of multiple characteristics with identical UUIDs. in ble_gattc_read_uuid_rx_complete()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/bas/include/services/bas/
H A Dble_svc_bas.h26 /* 16 Bit Battery Service Characteristic UUIDs */
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/
H A Dglue.h96 #define BT_DATA_SOLICIT16 0x14 /* Solicit UUIDs, 16-bit */
97 #define BT_DATA_SOLICIT128 0x15 /* Solicit UUIDs, 128-bit */
100 #define BT_DATA_SOLICIT32 0x1f /* Solicit UUIDs, 32-bit */
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/ans/include/services/ans/
H A Dble_svc_ans.h28 /* 16 Bit Alert Notification Service Characteristic UUIDs */
/nrf52832-nimble/packages/NimBLE-latest/apps/bleprph/src/
H A Dbleprph.c91 * o 16-bit service UUIDs (alert notifications). in bleprph_advertise()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/
H A Dsyscfg.yml92 This option specifies how many Label UUIDs can be stored.