/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/ |
H A D | ble_gatts_reg_test.c | 404 .descriptors = (struct ble_gatt_dsc_def[]) { { in TEST_CASE() 429 .descriptors = (struct ble_gatt_dsc_def[]) { { in TEST_CASE() 472 if (chr->descriptors != NULL) { in ble_gatts_reg_test_misc_svcs() 473 for (dsc = chr->descriptors; dsc->uuid != NULL; dsc++) { in ble_gatts_reg_test_misc_svcs() 601 .descriptors = (struct ble_gatt_dsc_def[]) { { in TEST_CASE() 615 /*** 5+ descriptors. */ in TEST_CASE() 624 .descriptors = (struct ble_gatt_dsc_def[]) { { in TEST_CASE() 647 .descriptors = (struct ble_gatt_dsc_def[]) { { in TEST_CASE() 671 .descriptors = (struct ble_gatt_dsc_def[]) { { in TEST_CASE()
|
H A D | ble_gatt_disc_d_test.c | 74 /* No more descriptors. */ in ble_gatt_disc_d_test_misc_rx_rsp_once() 243 /*** Two 16-bit descriptors. */ in TEST_CASE() 258 /*** Five 16-bit descriptors. */ in TEST_CASE() 285 /*** Interleaved 16-bit and 128-bit descriptors. */ in TEST_CASE() 327 /*** Stop after two descriptors. */ in TEST_CASE()
|
H A D | ble_gatt_conn_test.c | 659 /*** Discover all descriptors. */ in TEST_CASE()
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blecent/src/ |
H A D | peer.c | 187 * characteristic that contains undiscovered descriptors. Then, discover in peer_disc_dscs() 188 * all descriptors belonging to that characteristic. in peer_disc_dscs() 210 /* All descriptors discovered. */ in peer_disc_dscs() 231 /* All descriptors in this characteristic discovered; start discovering in peer_dsc_disced() 232 * descriptors in the next characteristic. in peer_dsc_disced()
|
H A D | blecent.c | 203 * list of services, characteristics, and descriptors that the peer in blecent_on_disc_complete()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_gatt_priv.h | 163 /** Number of descriptors. */ 167 * Number of client characteristic configuration descriptors. Each of
|
H A D | ble_gatts.c | 870 if (chr->descriptors != NULL) { in ble_gatts_register_chr() 871 for (dsc = chr->descriptors; dsc->uuid != NULL; dsc++) { in ble_gatts_register_chr() 1032 * Registers a set of services, characteristics, and descriptors to be accessed 2043 if (chr->descriptors != NULL) { in ble_gatts_count_resources() 2044 for (d = 0; chr->descriptors[d].uuid != NULL; d++) { in ble_gatts_count_resources() 2045 if (!ble_gatts_dsc_is_sane(chr->descriptors + d)) { in ble_gatts_count_resources()
|
H A D | ble_gatts_lcl.c | 120 for (dsc = chr->descriptors; dsc && dsc->uuid; ++dsc) { in ble_gatt_show_local_chr()
|
H A D | ble_gattc.c | 543 ble_gattc_log_proc_init("discover all descriptors; "); in ble_gattc_log_disc_all_dscs() 2550 * $discover all characteristic descriptors * 2554 * Calls a discover-all-descriptors proc's callback with the specified 2596 * Triggers a pending transmit for the specified discover-all-descriptors proc. 2633 * discover-all-descriptors proc. 2651 * response for the specified discover-all-descriptors proc. 2664 /* Peer sent descriptors out of order; terminate procedure. */ in ble_gattc_disc_all_dscs_rx_idata() 2686 * processed for the specified discover-all-descriptors proc. 2701 /* All descriptors discovered. */ in ble_gattc_disc_all_dscs_rx_complete()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/ |
H A D | ble_gatt.h | 257 * Initiates GATT procedure: Discover All Characteristic Descriptors. 443 * @param attrs An array of attribute descriptors; specifies 548 * Array of this characteristic's descriptors. NULL if no descriptors. 552 struct ble_gatt_dsc_def *descriptors; member 861 * removes all supported services, characteristics, and descriptors. This
|
H A D | ble_store.h | 92 * descriptors (CCCDs). This struct corresponds to the BLE_STORE_OBJ_TYPE_CCCD
|
/nrf52832-nimble/packages/NimBLE-latest/apps/btshell/src/ |
H A D | gatt_svr.c | 151 .descriptors = (struct ble_gatt_dsc_def[]){ { 175 0, /* No more descriptors in this characteristic. */ 218 .descriptors = (struct ble_gatt_dsc_def[]){ { 242 0, /* No more descriptors in this characteristic. */
|
H A D | cmd_gatt.c | 98 console_printf("error discovering descriptors; rc=%d\n", rc); in cmd_gatt_discover_descriptor()
|
H A D | btshell.c | 702 MODLOG_DFLT(DEBUG, "Failed to discover descriptors for conn=%d; " in btshell_disc_full_dscs() 727 /* All descriptors discovered. */ in btshell_disc_full_dscs()
|
/nrf52832-nimble/packages/NimBLE-latest/docs/ble_hs/ |
H A D | ble_gattc.rst | 7 …ute Profile (GATT) manages all activities involving services, characteristics, and descriptors. The
|
H A D | ble_gatts.rst | 7 …ute Profile (GATT) manages all activities involving services, characteristics, and descriptors. The
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/ |
H A D | syscfg.yml | 355 characteristic values" or "write long characteristic descriptors" 382 Maximum number of client characteristic configuration descriptors
|
/nrf52832-nimble/packages/NimBLE-latest/docs/btshell/ |
H A D | btshell_api.rst | 115 Discover and display peer's services, characteristics, and descriptors.
|
H A D | btshell_GATT.rst | 29 …* | | | Discover GATT descriptors … 43 … | | Discover services, characteristic and descriptors |
|
/nrf52832-nimble/rt-thread/components/drivers/usb/usbdevice/class/ |
H A D | hid.h | 191 /* Descriptors */
|
H A D | hid.c | 334 0x01, /* bNumDescriptors: Number of HID class descriptors to follow */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/ |
H A D | access.h | 52 /* Location Descriptor (GATT Bluetooth Namespace Descriptors) */
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/fileio/ |
H A D | fileio.h | 254 // IO vector descriptors
|
/nrf52832-nimble/rt-thread/src/ |
H A D | slab.c | 208 * Array of descriptors that describe the contents of each page
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/include/ |
H A D | zlib.h | 932 descriptors can be optionally used to pass any information that the caller- 1088 descriptors are obtained from calls like open, dup, creat, pipe or
|