Searched full:uuids (Results 1 – 14 of 14) sorted by relevance
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/ |
H A D | ble_hs_adv.h | 48 /*** 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 D | ble_uuid.h | 135 /** @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 D | ble_hs_adv_test.c | 187 /*** 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 D | ble_att_svr_test.c | 256 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 D | ble_att_clt_test.c | 144 /*** Two 16-bit UUIDs. */ in TEST_CASE()
|
/nrf52832-nimble/packages/NimBLE-latest/docs/btshell/ |
H A D | btshell_advdata.rst | 14 …UUIDs | 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… 18 …UUIDs | 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… 22 …UUIDs | 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 D | ble_hs_adv.c | 147 /* 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 D | ble_att_svr.c | 1020 /* 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 D | ble_gattc.c | 3000 * 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 D | ble_svc_bas.h | 26 /* 16 Bit Battery Service Characteristic UUIDs */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/ |
H A D | glue.h | 96 #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 D | ble_svc_ans.h | 28 /* 16 Bit Alert Notification Service Characteristic UUIDs */
|
/nrf52832-nimble/packages/NimBLE-latest/apps/bleprph/src/ |
H A D | bleprph.c | 91 * o 16-bit service UUIDs (alert notifications). in bleprph_advertise()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/ |
H A D | syscfg.yml | 92 This option specifies how many Label UUIDs can be stored.
|