Home
last modified time | relevance | path

Searched refs:discover (Results 1 – 25 of 25) sorted by relevance

/hal_espressif-3.6.0/examples/bluetooth/nimble/blecent/
DREADME.md82 GATT procedure initiated: discover all services
83 GATT procedure initiated: discover all characteristics; start_handle=1 end_handle=3
84 GATT procedure initiated: discover all characteristics; start_handle=20 end_handle=26
85 GATT procedure initiated: discover all characteristics; start_handle=40 end_handle=65535
86 GATT procedure initiated: discover all descriptors; chr_val_handle=42 end_handle=43
87 GATT procedure initiated: discover all descriptors; chr_val_handle=49 end_handle=65535
108 GATT procedure initiated: discover all services
109 GATT procedure initiated: discover all characteristics; start_handle=1 end_handle=3
110 GATT procedure initiated: discover all characteristics; start_handle=20 end_handle=26
111 GATT procedure initiated: discover all characteristics; start_handle=40 end_handle=65535
[all …]
/hal_espressif-3.6.0/examples/bluetooth/nimble/ble_spp/spp_client/
DREADME.md112 GATT procedure initiated: discover all services
113 GATT procedure initiated: discover all characteristics; start_handle=1 end_handle=5
114 GATT procedure initiated: discover all characteristics; start_handle=6 end_handle=9
115 GATT procedure initiated: discover all characteristics; start_handle=10 end_handle=14
116 GATT procedure initiated: discover all characteristics; start_handle=15 end_handle=65535
117 GATT procedure initiated: discover all descriptors; chr_val_handle=8 end_handle=9
118 GATT procedure initiated: discover all descriptors; chr_val_handle=17 end_handle=18
119 GATT procedure initiated: discover all descriptors; chr_val_handle=20 end_handle=65535
/hal_espressif-3.6.0/examples/bluetooth/nimble/throughput_app/blecent_throughput/
DREADME.md74 GATT procedure initiated: discover all services
76 GATT procedure initiated: discover all characteristics; start_handle=1 end_handle=5
77 GATT procedure initiated: discover all characteristics; start_handle=6 end_handle=9
78 GATT procedure initiated: discover all characteristics; start_handle=10 end_handle=65535
79 GATT procedure initiated: discover all descriptors; chr_val_handle=8 end_handle=9
80 GATT procedure initiated: discover all descriptors; chr_val_handle=14 end_handle=15
81 GATT procedure initiated: discover all descriptors; chr_val_handle=17 end_handle=65535
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/a2dp_gatts_coex/
DREADME.md8 …ted by a GATT client. After the program is started, the GATT client can discover a device named "E…
10 …he program is started, other bluetooth devices such as smart phones can discover a device named "E…
/hal_espressif-3.6.0/docs/en/api-reference/bluetooth/
Desp_gattc.rst16 …ts tutorial. This demo can scan for devices, connect to the GATT server and discover its services.
21 …d its tutorial. This demo can connect to multiple GATT server devices and discover their services.
Desp_spp.rst16 * This is a SPP demo. This demo can discover the service, connect, send and recive SPP data :exampl…
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/avdt/
Davdt_ccb_act.c403 p_ccb->p_proc_data = p_data->discover.p_sep_info; in avdt_ccb_snd_discover_cmd()
404 p_ccb->proc_cback = p_data->discover.p_cback; in avdt_ccb_snd_discover_cmd()
405 p_ccb->proc_param = p_data->discover.num_seps; in avdt_ccb_snd_discover_cmd()
Davdt_api.c341 evt.discover.p_sep_info = p_sep_info; in AVDT_DiscoverReq()
342 evt.discover.num_seps = max_seps; in AVDT_DiscoverReq()
343 evt.discover.p_cback = p_cback; in AVDT_DiscoverReq()
/hal_espressif-3.6.0/docs/en/api-reference/network/
Desp_dpp.rst12 Please refer to Wi-Fi Alliance's official page on `Easy Connect <https://www.wi-fi.org/discover-wi-…
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c1597 UINT16 len = (UINT16)(sizeof(tBT_UUID) * p_data->discover.num_uuid); in bta_dm_discover()
1600 p_data->discover.services, p_data->discover.sdp_search); in bta_dm_discover()
1603 bta_dm_search_cb.services = p_data->discover.services; in bta_dm_discover()
1608 if ((bta_dm_search_cb.num_uuid = p_data->discover.num_uuid) != 0 && in bta_dm_discover()
1609 p_data->discover.p_uuid != NULL) { in bta_dm_discover()
1611 p_data->discover.p_cback(BTA_DM_DISC_CMPL_EVT, NULL); in bta_dm_discover()
1614 memcpy(bta_dm_search_cb.p_srvc_uuid, p_data->discover.p_uuid, len); in bta_dm_discover()
1619 bta_dm_search_cb.p_search_cback = p_data->discover.p_cback; in bta_dm_discover()
1620 bta_dm_search_cb.sdp_search = p_data->discover.sdp_search; in bta_dm_discover()
1625 bta_dm_search_cb.sdp_search = p_data->discover.sdp_search; in bta_dm_discover()
[all …]
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_discovery/
DREADME.md160 …itialises the information and status of application layer and starts to discover nearby Bluetooth …
166 /* start to discover nearby Bluetooth devices */
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/a2dp_sink/
DREADME.md53 …covered and connected. Other bluetooth devices such as smart phones can discover a device named "E…
/hal_espressif-3.6.0/examples/openthread/ot_cli/
DREADME.md53 discover
/hal_espressif-3.6.0/docs/en/api-guides/
Dwifi-security.rst86 Please refer to `Security <https://www.wi-fi.org/discover-wi-fi/security>`_ section of Wi-Fi Allian…
Dunit-tests.rst313 …he exact same name as the original component, then let the build system discover it later than the…
Dbuild-system.rst293 … pulls in the rest of the CMake functionality to configure the project, discover all the component…
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/avdt/include/
Davdt_int.h415 tAVDT_CCB_API_DISCOVER discover; member
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_spp_acceptor/
DESP32_SSP.md33 * Out Of Band: use Out of Band mechanism to discover the devices and transfer cryptographic numbers
/hal_espressif-3.6.0/docs/en/api-reference/provisioning/
Dprovisioning.rst60 …etter from the phone apps as on Android and iOS both, the phone app can discover and connect to th…
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/peroidic_sync/tutorial/
DPeriodic_Sync_Example_Walkthrough.md266 This func invoke to start the scan to get near by discover devices esp_ble_gap_start_ext_scan.
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/dm/include/
Dbta_dm_int.h1039 tBTA_DM_API_DISCOVER discover; member
/hal_espressif-3.6.0/docs/en/api-guides/esp-ble-mesh/
Dble-mesh-index.rst128 #. Connect successfully and discover ESP-BLE-MESH GATT Service
/hal_espressif-3.6.0/docs/zh_CN/api-guides/
Dwifi.rst1296 …露,也无法对捕获的数据进行解密。更多详细信息,请见 Wi-Fi 联盟官方网站 `Security <https://www.wi-fi.org/discover-wi-fi/security>`_…
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_client/tutorial/
DGatt_Client_Example_Walkthrough.md474 … services available in the server that the client just connected to. To discover the services, the…
/hal_espressif-3.6.0/examples/storage/spiffsgen/spiffs_image/sub/
Dalice.txt3596 1.F.3. LIMITED RIGHT OF REPLACEMENT OR REFUND - If you discover a