Home
last modified time | relevance | path

Searched full:characteristics (Results 1 – 25 of 51) sorted by relevance

123

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/dis/
H A Dsyscfg.yml22 Defines default permissions for reading characteristics. Can be
31 Defines permissions for reading "Model Number" characteristics.
42 Defines permissions for reading "Serial Number" characteristics.
53 Defines permissions for reading "Hardware Revision" characteristics.
64 Defines permissions for reading "Firmware Revision" characteristics.
75 Defines permissions for reading "Software Revision" characteristics.
86 Defines permissions for reading "Manufacturer name" characteristics.
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/gap/
H A Dsyscfg.yml22 Default value for "Device Name" characteristics, unless overwritten
27 Defines permissions for writing "Device Name" characteristics. Can
35 description: Maximum length for "Device Name" characteristics
42 Defines permissions for writing "Appearance" characteristics. Can
75 Value of "Central Address Resolution" characteristics, as defined
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/
H A Dble_gatts_reg_test.c358 .characteristics = (struct ble_gatt_chr_def[]) { { in TEST_CASE()
376 .characteristics = (struct ble_gatt_chr_def[]) { { in TEST_CASE()
400 .characteristics = (struct ble_gatt_chr_def[]) { { in TEST_CASE()
425 .characteristics = (struct ble_gatt_chr_def[]) { { in TEST_CASE()
467 if (svc->characteristics != NULL) { in ble_gatts_reg_test_misc_svcs()
468 for (chr = svc->characteristics; chr->uuid != NULL; chr++) { in ble_gatts_reg_test_misc_svcs()
543 .characteristics = (struct ble_gatt_chr_def[]) { { in TEST_CASE()
555 /*** 3 characteristics. */ in TEST_CASE()
559 .characteristics = (struct ble_gatt_chr_def[]) { { in TEST_CASE()
575 .characteristics = (struct ble_gatt_chr_def[]) { { in TEST_CASE()
[all …]
H A Dble_gatt_disc_c_test.c271 /*** Two 16-bit characteristics. */ in TEST_CASE()
285 /*** Five 16-bit characteristics. */ in TEST_CASE()
311 /*** Interleaved 16-bit and 128-bit characteristics. */ in TEST_CASE()
353 /*** Stop after two characteristics. */ in TEST_CASE()
398 /*** No matching characteristics. */ in TEST_CASE()
410 /*** 2/5 16-bit characteristics. */ in TEST_CASE()
446 /*** Interleaved 16-bit and 128-bit characteristics. */ in TEST_CASE()
539 /* Retrieve enough characteristics to require two transactions. */ in TEST_CASE()
565 /* Initiate a discover all characteristics procedure. */ in TEST_CASE()
575 /* Make sure there are still undiscovered characteristics. */ in TEST_CASE()
[all …]
H A Dble_gatts_read_test.c50 .characteristics = (struct ble_gatt_chr_def[]) { {
132 &ble_gatts_read_test_svcs[0].characteristics[0]); in ble_gatts_read_test_util_access_1()
153 &ble_gatts_read_test_svcs[0].characteristics[1]); in ble_gatts_read_test_util_access_2()
/nrf52832-nimble/packages/NimBLE-latest/apps/blehr/src/
H A Dgatt_svr.c44 .characteristics = (struct ble_gatt_chr_def[]) { {
56 0, /* No more characteristics in this service */
64 .characteristics = (struct ble_gatt_chr_def[]) { {
75 0, /* No more characteristics in this service */
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/tps/src/
H A Dble_svc_tps.c45 .characteristics = (struct ble_gatt_chr_def[]) { {
51 0, /* No more characteristics in this service. */
70 assert(ctxt->chr == &ble_svc_tps_defs[0].characteristics[0]); in ble_svc_tps_access()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/gatt/src/
H A Dble_svc_gatt.c39 .characteristics = (struct ble_gatt_chr_def[]) { {
45 0, /* No more characteristics in this service. */
67 assert(ctxt->chr == &ble_svc_gatt_defs[0].characteristics[0]); in ble_svc_gatt_access()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/ias/src/
H A Dble_svc_ias.c48 .characteristics = (struct ble_gatt_chr_def[]) { {
54 0, /* No more characteristics in this service. */
98 assert(ctxt->chr == &ble_svc_ias_defs[0].characteristics[0]); in ble_svc_ias_access()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/
H A Dble_gatt.h215 * Initiates GATT procedure: Discover All Characteristics of a Service.
235 * Initiates GATT procedure: Discover Characteristics by UUID.
444 * which characteristics to write to and what
448 * @param num_attrs The number of characteristics to write; equal
534 * proper UUID; NULL if there are no more characteristics in the service.
578 * proper UUID; NULL if there are no more characteristics in the service.
590 * Array of characteristic definitions corresponding to characteristics
593 const struct ble_gatt_chr_def *characteristics; member
599 * proper UUID; NULL if there are no more characteristics in the service.
861 * removes all supported services, characteristics, and descriptors. This
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/pts/
H A Dpts-gap.txt195 Note: in PTS enter handle for characteristics
202 Note: in PTS enter handle for characteristics
209 Note: in PTS enter handle for characteristics
216 Note: in PTS enter handle for characteristics
221 Note: enter handle for characteristics value which
273 Note: in PTS enter handle for characteristics
281 Note: in PTS enter handle for characteristics
/nrf52832-nimble/packages/NimBLE-latest/apps/btshell/src/
H A Dgatt_svr.c65 * The vendor specific security test service consists of two characteristics:
119 .characteristics = (struct ble_gatt_chr_def[]) { {
178 0, /* No more characteristics in this service. */
186 .characteristics = (struct ble_gatt_chr_def[]) { {
245 0, /* No more characteristics in this service. */
253 .characteristics = (struct ble_gatt_chr_def[]) { {
270 0, /* No more characteristics in this service. */
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/lls/src/
H A Dble_svc_lls.c48 .characteristics = (struct ble_gatt_chr_def[]) { {
54 0, /* No more characteristics in this service. */
96 assert(ctxt->chr == &ble_svc_lls_defs[0].characteristics[0]); in ble_svc_lls_access()
/nrf52832-nimble/packages/NimBLE-latest/apps/blecent/src/
H A Dpeer.c186 /* Search through the list of discovered characteristics for the first in peer_disc_dscs()
385 /* All characteristics in this service discovered; start discovering in peer_chr_disced()
386 * characteristics in the next service. in peer_chr_disced()
414 * contains undiscovered characteristics. Then, discover all in peer_disc_chrs()
415 * characteristics belonging to that service. in peer_disc_chrs()
431 /* All characteristics discovered. */ in peer_disc_chrs()
615 /* All services discovered; start discovering characteristics. */ in peer_svc_disced()
/nrf52832-nimble/packages/NimBLE-latest/apps/blecsc/src/
H A Dgatt_svr.c81 .characteristics = (struct ble_gatt_chr_def[]) { {
104 0, /* No more characteristics in this service */
112 .characteristics = (struct ble_gatt_chr_def[]) { {
123 0, /* No more characteristics in this service */
/nrf52832-nimble/packages/NimBLE-latest/apps/bleprph/src/
H A Dgatt_svr.c28 * The vendor specific security test service consists of two characteristics:
63 .characteristics = (struct ble_gatt_chr_def[]) { {
75 0, /* No more characteristics in this service. */
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/dis/include/services/dis/
H A Dble_svc_dis.h46 * Structure holding data for the main characteristics
82 * Variable holding data for the main characteristics.
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/bas/src/
H A Dble_svc_bas.c47 .characteristics = (struct ble_gatt_chr_def[]) { {
60 0, /* No more characteristics in this service. */
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/ans/src/
H A Dble_svc_ans.c84 .characteristics = (struct ble_gatt_chr_def[]) { {
136 0, /* No more characteristics in this service. */
441 * for new and unread alert characteristics. Bitwise or the
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_gatts.c63 /** A cached array of handles for the configurable characteristics. */
668 /* We always register the client characteristics descriptor with handle in ble_gatts_clt_cfg_access_locked()
974 if (svc->characteristics != NULL) { in ble_gatts_register_svc()
975 for (chr = svc->characteristics; chr->uuid != NULL; chr++) { in ble_gatts_register_svc()
1032 * Registers a set of services, characteristics, and descriptors to be accessed
1242 * characteristics. in ble_gatts_start()
2011 if (svc->characteristics != NULL) { in ble_gatts_count_resources()
2012 for (c = 0; svc->characteristics[c].uuid != NULL; c++) { in ble_gatts_count_resources()
2013 chr = svc->characteristics + c; in ble_gatts_count_resources()
/nrf52832-nimble/packages/NimBLE-latest/docs/ble_hs/
H A Dble_gattc.rst7 The Generic Attribute Profile (GATT) manages all activities involving services, characteristics, an…
H A Dble_gatts.rst7 The Generic Attribute Profile (GATT) manages all activities involving services, characteristics, an…
/nrf52832-nimble/packages/NimBLE-latest/docs/btshell/
H A Dbtshell_api.rst14 characteristics from peer devices. For descriptions of the full API, go to the next sections on
115 Discover and display peer's services, characteristics, and descriptors.
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/gap/src/
H A Dble_svc_gap.c53 .characteristics = (struct ble_gatt_chr_def[]) { {
89 0, /* No more characteristics in this service. */
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/dis/src/
H A Dble_svc_dis.c52 .characteristics = (struct ble_gatt_chr_def[]) { {
101 0, /* No more characteristics in this service */

123