Home
last modified time | relevance | path

Searched refs:num_resps (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c582 param.scan_rst.num_resps = 1; in btc_search_callback()
589 param.scan_rst.num_resps = p_data->inq_cmpl.num_resps; in btc_search_callback()
590 …C_TRACE_DEBUG("%s BLE observe complete. Num Resp %d\n", __FUNCTION__, p_data->inq_cmpl.num_resps); in btc_search_callback()
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_device/main/
Desp_hid_gap.c484 ESP_LOGV(TAG, "BLE GAP EVENT SCAN DONE: %d", scan_result->scan_rst.num_resps); in ble_gap_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_host/main/
Desp_hid_gap.c487 ESP_LOGV(TAG, "BLE GAP EVENT SCAN DONE: %d", scan_result->scan_rst.num_resps); in ble_gap_event_handler()
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h938 int num_resps; /*!< Scan result number */ member
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h1090 UINT8 num_resps; /* Number of inquiry responses. */ member
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c303 BT_INFO("Scan completed, number of scan response %d", p_data->inq_cmpl.num_resps); in bt_mesh_scan_result_callback()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_client/tutorial/
DGatt_Client_Example_Walkthrough.md333 int num_resps; /*!< Scan result number */
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c1769 data.inq_cmpl.num_resps = p_data->inq_cmpl.num; in bta_dm_inq_cmpl()
4586 data.inq_cmpl.num_resps = ((tBTM_INQUIRY_CMPL *)p_result)->num_resp; in bta_dm_observe_cmpl_cb()