/nrf52832-nimble/packages/NimBLE-latest/docs/btshell/ |
H A D | btshell_api.rst | 13 Highlighted below are some of the ways you can use the API to establish connections and discover se… 115 Discover and display peer's services, characteristics, and descriptors. 118 This is how you discover and then display the services of the peer you established earlier across c… 123 gatt-discover-full conn=1
|
H A D | btshell_GATT.rst | 19 | **gatt-discover-characteristic** | | | Discover GATT… 29 | **gatt-discover-descriptor** | | | Discover GATT… 37 | **gatt-discover-service** | | | Discover serv… 43 | **gatt-discover-full** | | | Discover serv…
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/ |
H A D | syscfg.yml | 191 Enables the Discover All Primary Services GATT procedure. (0/1) 195 Enables the Discover Primary Services by Service UUID GATT 204 Enables the Discover All Characteristics of a Service GATT 209 Enables the Discover Characteristics by UUID GATT procedure. (0/1) 213 Enables the Discover All Primary Services GATT procedure. (0/1)
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/ |
H A D | ble_gatt.h | 166 * Initiates GATT procedure: Discover All Primary Services. 179 * Initiates GATT procedure: Discover Primary Service by Service UUID. 183 * @param service_uuid128 The 128-bit UUID of the service to discover. 215 * Initiates GATT procedure: Discover All Characteristics of a Service. 235 * Initiates GATT procedure: Discover Characteristics by UUID. 244 * discover. 257 * Initiates GATT procedure: Discover All Characteristic Descriptors. 864 * o No GAP operations are active (advertise, discover, or connect). 879 * o No GAP operations are active (advertise, discover, or connect).
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/ |
H A D | ble_hs_stop_test.c | 86 /* Discover. */ in TEST_CASE_TASK() 111 /* Discover. */ in TEST_CASE_TASK() 145 /* Discover. */ in TEST_CASE_TASK()
|
H A D | ble_gatt_conn_test.c | 628 /*** Discover all services. */ in TEST_CASE() 635 /*** Discover services by UUID. */ in TEST_CASE() 651 /*** Discover all characteristics. */ in TEST_CASE() 659 /*** Discover all descriptors. */ in TEST_CASE() 667 /*** Discover characteristics by UUID. */ in TEST_CASE()
|
H A D | ble_gatt_disc_s_test.c | 418 /* Initiate a discover all services procedure. */ in TEST_CASE() 494 /* Initiate a discover all services procedure. */ in TEST_CASE() 568 /* Initiate a discover all services procedure. */ in TEST_CASE()
|
H A D | ble_gatt_disc_c_test.c | 565 /* Initiate a discover all characteristics procedure. */ in TEST_CASE() 651 /* Initiate a discover characteristics by UUID procedure. */ in TEST_CASE()
|
H A D | ble_hs_pvcy_test.c | 82 /* Discover. */ in ble_hs_pvcy_test_util_all_gap_procs()
|
H A D | ble_gatt_disc_d_test.c | 382 /* Initiate a discover all characteristics procedure. */ in TEST_CASE()
|
H A D | ble_gatt_find_s_test.c | 373 /* Initiate a discover all characteristics procedure. */ in TEST_CASE()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_gattc.c | 506 ble_gattc_log_proc_init("discover service by uuid; uuid="); in ble_gattc_log_disc_svc_uuid() 523 ble_gattc_log_proc_init("discover all characteristics; "); in ble_gattc_log_disc_all_chrs() 532 ble_gattc_log_proc_init("discover characteristics by uuid; "); in ble_gattc_log_disc_chr_uuid() 543 ble_gattc_log_proc_init("discover all descriptors; "); in ble_gattc_log_disc_all_dscs() 1327 * $discover all services * 1331 * Calls a discover-all-services proc's callback with the specified parameters. 1373 * Triggers a pending transmit for the specified discover-all-services proc. 1411 * discover-all-services proc. 1429 * the specified discover-all-services proc. 1535 ble_gattc_log_proc_init("discover all services\n"); in ble_gattc_disc_all_svcs() [all …]
|
H A D | ble_gap_priv.h | 50 STATS_SECT_ENTRY(discover)
|
H A D | ble_gap.c | 221 STATS_NAME(ble_gap_stats, discover) in STATS_NAME() 1168 * Tells you if there is an active central GAP procedure (connect or discover). 3175 STATS_INC(ble_gap_stats, discover); in ble_gap_ext_disc() 3303 STATS_INC(ble_gap_stats, discover); in ble_gap_disc()
|
/nrf52832-nimble/packages/NimBLE-latest/docs/ |
H A D | ble_sec.rst | 37 mechanism is used to both discover the devices as well as to exchange
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_1/ |
H A D | README.md | 50 discover-unprovisioned on
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_2/ |
H A D | README.md | 71 discover-unprovisioned on
|
/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() 414 * contains undiscovered characteristics. Then, discover all in peer_disc_chrs()
|
H A D | blecent.c | 386 MODLOG_DFLT(ERROR, "Failed to discover services; rc=%d\n", rc); in blecent_gap_event()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/test/unit/dhcp/ |
H A D | test_dhcp.c | 452 fail_unless(txpacket == 1); /* DHCP discover sent */ in START_TEST() 521 fail_unless(txpacket == 1); /* DHCP discover sent */ in START_TEST() 739 fail_unless(txpacket == 1); /* DHCP discover sent */ in START_TEST() 877 fail_unless(txpacket == 1); /* DHCP discover sent */ in START_TEST() 973 fail_unless(txpacket == 1); /* DHCP discover sent */ in START_TEST()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/unit/dhcp/ |
H A D | test_dhcp.c | 456 fail_unless(txpacket == 1); /* DHCP discover sent */ in START_TEST() 529 fail_unless(txpacket == 1); /* DHCP discover sent */ in START_TEST() 751 fail_unless(txpacket == 1); /* DHCP discover sent */ in START_TEST() 897 fail_unless(txpacket == 1); /* DHCP discover sent */ in START_TEST() 1003 fail_unless(txpacket == 1); /* DHCP discover sent */ in START_TEST()
|
/nrf52832-nimble/packages/NimBLE-latest/apps/btshell/src/ |
H A D | cmd.c | 3208 * $gatt-discover * 3213 {"uuid", "discover by uuid, usage: =[UUID]"}, 3240 {"uuid", "discover by uuid, usage: =[UUID]"}, 3681 .sc_cmd = "gatt-discover-characteristic", 3688 .sc_cmd = "gatt-discover-descriptor", 3695 .sc_cmd = "gatt-discover-service", 3702 .sc_cmd = "gatt-discover-full",
|
H A D | cmd_gatt.c | 36 * $gatt-discover *
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/doxygen/ |
H A D | main_page.h | 293 DHCP and IPv6 discover benefit well from those events.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/ |
H A D | rawapi.txt | 426 DHCP and IPv6 discover benefit well from those events.
|