Home
last modified time | relevance | path

Searched full:descriptors (Results 1 – 25 of 33) sorted by relevance

12

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/
H A Dble_gatts_reg_test.c404 .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 Dble_gatt_disc_d_test.c74 /* 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 Dble_gatt_conn_test.c659 /*** Discover all descriptors. */ in TEST_CASE()
/nrf52832-nimble/packages/NimBLE-latest/apps/blecent/src/
H A Dpeer.c187 * 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 Dblecent.c203 * list of services, characteristics, and descriptors that the peer in blecent_on_disc_complete()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_gatt_priv.h163 /** Number of descriptors. */
167 * Number of client characteristic configuration descriptors. Each of
H A Dble_gatts.c870 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 Dble_gatts_lcl.c120 for (dsc = chr->descriptors; dsc && dsc->uuid; ++dsc) { in ble_gatt_show_local_chr()
H A Dble_gattc.c543 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 Dble_gatt.h257 * 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 Dble_store.h92 * descriptors (CCCDs). This struct corresponds to the BLE_STORE_OBJ_TYPE_CCCD
/nrf52832-nimble/packages/NimBLE-latest/apps/btshell/src/
H A Dgatt_svr.c151 .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 Dcmd_gatt.c98 console_printf("error discovering descriptors; rc=%d\n", rc); in cmd_gatt_discover_descriptor()
H A Dbtshell.c702 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 Dble_gattc.rst7 …ute Profile (GATT) manages all activities involving services, characteristics, and descriptors. The
H A Dble_gatts.rst7 …ute Profile (GATT) manages all activities involving services, characteristics, and descriptors. The
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/
H A Dsyscfg.yml355 characteristic values" or "write long characteristic descriptors"
382 Maximum number of client characteristic configuration descriptors
/nrf52832-nimble/packages/NimBLE-latest/docs/btshell/
H A Dbtshell_api.rst115 Discover and display peer's services, characteristics, and descriptors.
H A Dbtshell_GATT.rst29 …* | | | Discover GATT descriptors
43 … | | Discover services, characteristic and descriptors |
/nrf52832-nimble/rt-thread/components/drivers/usb/usbdevice/class/
H A Dhid.h191 /* Descriptors */
H A Dhid.c334 0x01, /* bNumDescriptors: Number of HID class descriptors to follow */
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/
H A Daccess.h52 /* Location Descriptor (GATT Bluetooth Namespace Descriptors) */
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/fileio/
H A Dfileio.h254 // IO vector descriptors
/nrf52832-nimble/rt-thread/src/
H A Dslab.c208 * Array of descriptors that describe the contents of each page
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/include/
H A Dzlib.h932 descriptors can be optionally used to pass any information that the caller-
1088 descriptors are obtained from calls like open, dup, creat, pipe or

12