/hal_espressif-3.6.0/examples/bluetooth/nimble/blecent/ |
D | README.md | 82 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/ |
D | README.md | 112 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/ |
D | README.md | 74 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/ |
D | README.md | 8 …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/ |
D | esp_gattc.rst | 16 …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.
|
D | esp_spp.rst | 16 * 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/ |
D | avdt_ccb_act.c | 403 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()
|
D | avdt_api.c | 341 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/ |
D | esp_dpp.rst | 12 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/ |
D | bta_dm_act.c | 1597 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/ |
D | README.md | 160 …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/ |
D | README.md | 53 …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/ |
D | README.md | 53 discover
|
/hal_espressif-3.6.0/docs/en/api-guides/ |
D | wifi-security.rst | 86 Please refer to `Security <https://www.wi-fi.org/discover-wi-fi/security>`_ section of Wi-Fi Allian…
|
D | unit-tests.rst | 313 …he exact same name as the original component, then let the build system discover it later than the…
|
D | build-system.rst | 293 … 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/ |
D | avdt_int.h | 415 tAVDT_CCB_API_DISCOVER discover; member
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_spp_acceptor/ |
D | ESP32_SSP.md | 33 * 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/ |
D | provisioning.rst | 60 …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/ |
D | Periodic_Sync_Example_Walkthrough.md | 266 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/ |
D | bta_dm_int.h | 1039 tBTA_DM_API_DISCOVER discover; member
|
/hal_espressif-3.6.0/docs/en/api-guides/esp-ble-mesh/ |
D | ble-mesh-index.rst | 128 #. Connect successfully and discover ESP-BLE-MESH GATT Service
|
/hal_espressif-3.6.0/docs/zh_CN/api-guides/ |
D | wifi.rst | 1296 …露,也无法对捕获的数据进行解密。更多详细信息,请见 Wi-Fi 联盟官方网站 `Security <https://www.wi-fi.org/discover-wi-fi/security>`_…
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_client/tutorial/ |
D | Gatt_Client_Example_Walkthrough.md | 474 … 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/ |
D | alice.txt | 3596 1.F.3. LIMITED RIGHT OF REPLACEMENT OR REFUND - If you discover a
|