/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gattc_multi_connect/main/ |
D | gattc_multi_connect.c | 191 if (p_data->search_cmpl.status != ESP_GATT_OK){ in gattc_profile_a_event_handler() 192 … ESP_LOGE(GATTC_TAG, "search service failed, error status = %x", p_data->search_cmpl.status); in gattc_profile_a_event_handler() 198 p_data->search_cmpl.conn_id, in gattc_profile_a_event_handler() 213 p_data->search_cmpl.conn_id, in gattc_profile_a_event_handler() 391 if (p_data->search_cmpl.status != ESP_GATT_OK){ in gattc_profile_b_event_handler() 392 … ESP_LOGE(GATTC_TAG, "search service failed, error status = %x", p_data->search_cmpl.status); in gattc_profile_b_event_handler() 398 p_data->search_cmpl.conn_id, in gattc_profile_b_event_handler() 414 p_data->search_cmpl.conn_id, in gattc_profile_b_event_handler() 590 if (p_data->search_cmpl.status != ESP_GATT_OK){ in gattc_profile_c_event_handler() 591 … ESP_LOGE(GATTC_TAG, "search service failed, error status = %x", p_data->search_cmpl.status); in gattc_profile_c_event_handler() [all …]
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_client/main/ |
D | gattc_demo.c | 156 if (p_data->search_cmpl.status != ESP_GATT_OK){ in gattc_profile_event_handler() 157 … ESP_LOGE(GATTC_TAG, "search service failed, error status = %x", p_data->search_cmpl.status); in gattc_profile_event_handler() 160 if(p_data->search_cmpl.searched_service_source == ESP_GATT_SERVICE_FROM_REMOTE_DEVICE) { in gattc_profile_event_handler() 162 } else if (p_data->search_cmpl.searched_service_source == ESP_GATT_SERVICE_FROM_NVS_FLASH) { in gattc_profile_event_handler() 171 p_data->search_cmpl.conn_id, in gattc_profile_event_handler() 187 p_data->search_cmpl.conn_id, in gattc_profile_event_handler()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/gatt/ |
D | btc_gattc.c | 835 tBTA_GATTC_SEARCH_CMPL *search_cmpl = &arg->search_cmpl; in btc_gattc_cb_handler() local 837 gattc_if = BTC_GATT_GET_GATT_IF(search_cmpl->conn_id); in btc_gattc_cb_handler() 838 param.search_cmpl.conn_id = BTC_GATT_GET_CONN_ID(search_cmpl->conn_id); in btc_gattc_cb_handler() 839 param.search_cmpl.status = search_cmpl->status; in btc_gattc_cb_handler() 840 param.search_cmpl.searched_service_source = search_cmpl->searched_service_source; in btc_gattc_cb_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_client/main/ |
D | example_ble_client_throughput.c | 193 if (p_data->search_cmpl.status != ESP_GATT_OK){ in gattc_profile_event_handler() 194 … ESP_LOGE(GATTC_TAG, "search service failed, error status = %x", p_data->search_cmpl.status); in gattc_profile_event_handler() 201 p_data->search_cmpl.conn_id, in gattc_profile_event_handler() 217 p_data->search_cmpl.conn_id, in gattc_profile_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_client/main/ |
D | example_ble_sec_gattc_demo.c | 208 if (p_data->search_cmpl.status != ESP_GATT_OK){ in gattc_profile_event_handler() 209 … ESP_LOGE(GATTC_TAG, "search service failed, error status = %x", p_data->search_cmpl.status); in gattc_profile_event_handler() 212 if(p_data->search_cmpl.searched_service_source == ESP_GATT_SERVICE_FROM_REMOTE_DEVICE) { in gattc_profile_event_handler() 214 } else if (p_data->search_cmpl.searched_service_source == ESP_GATT_SERVICE_FROM_NVS_FLASH) { in gattc_profile_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_client/main/ |
D | ble50_sec_gattc_demo.c | 251 if (p_data->search_cmpl.status != ESP_GATT_OK){ in gattc_profile_event_handler() 252 … ESP_LOGE(GATTC_TAG, "search service failed, error status = %x", p_data->search_cmpl.status); in gattc_profile_event_handler() 255 if(p_data->search_cmpl.searched_service_source == ESP_GATT_SERVICE_FROM_REMOTE_DEVICE) { in gattc_profile_event_handler() 257 } else if (p_data->search_cmpl.searched_service_source == ESP_GATT_SERVICE_FROM_NVS_FLASH) { in gattc_profile_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/gattc_gatts_coex/main/ |
D | gattc_gatts_coex.c | 364 if (p_data->search_cmpl.status != ESP_GATT_OK) { in gattc_profile_event_handler() 365 … ESP_LOGE(COEX_TAG, "search service failed, error status = %x\n", p_data->search_cmpl.status); in gattc_profile_event_handler() 368 if(p_data->search_cmpl.searched_service_source == ESP_GATT_SERVICE_FROM_REMOTE_DEVICE) { in gattc_profile_event_handler() 370 } else if (p_data->search_cmpl.searched_service_source == ESP_GATT_SERVICE_FROM_NVS_FLASH) { in gattc_profile_event_handler() 379 p_data->search_cmpl.conn_id, in gattc_profile_event_handler() 395 p_data->search_cmpl.conn_id, in gattc_profile_event_handler()
|
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/ |
D | mesh_bearer_adapt.c | 1355 if (p_data->search_cmpl.status == BTA_GATT_OK) { in bt_mesh_bta_gattc_cb() 1358 handle = BLE_MESH_GATT_GET_CONN_ID(p_data->search_cmpl.conn_id); in bt_mesh_bta_gattc_cb() 1388 BTA_GATTC_GetDBSizeByType(p_data->search_cmpl.conn_id, BTGATT_DB_CHARACTERISTIC, in bt_mesh_bta_gattc_cb() 1408 … BTA_GATTC_GetCharByUUID(p_data->search_cmpl.conn_id, bt_mesh_gattc_info[i].start_handle, in bt_mesh_bta_gattc_cb() 1453 BTA_GATTC_GetDBSizeByType(p_data->search_cmpl.conn_id, BTGATT_DB_DESCRIPTOR, in bt_mesh_bta_gattc_cb() 1464 … BTA_GATTC_GetDescrByCharHandle(p_data->search_cmpl.conn_id, bt_mesh_gattc_info[i].data_out_handle, in bt_mesh_bta_gattc_cb() 1484 BTA_GATTC_WriteCharDescr(p_data->search_cmpl.conn_id, result[0].attribute_handle, in bt_mesh_bta_gattc_cb()
|
/hal_espressif-3.6.0/components/esp_hid/src/ |
D | ble_hidh.c | 384 dev = esp_hidh_dev_get_by_conn_id(p_data->search_cmpl.conn_id); in esp_hidh_gattc_event_handler() 393 } else if (p_data->search_cmpl.status) { in esp_hidh_gattc_event_handler() 395 dev->status = p_data->search_cmpl.status; in esp_hidh_gattc_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_ancs/main/ |
D | ble_ancs_demo.c | 371 if (param->search_cmpl.status != ESP_GATT_OK) { in gattc_profile_event_handler() 372 … ESP_LOGE(BLE_ANCS_TAG, "search service failed, error status = %x", param->search_cmpl.status); in gattc_profile_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gattc_multi_connect/tutorial/ |
D | Gatt_Client_Multi_Connection_Example_Walkthrough.md | 187 if (p_data->search_cmpl.status != ESP_GATT_OK){ 188 … ESP_LOGE(GATTC_TAG, "search service failed, error status = %x", p_data->search_cmpl.status); 192 … esp_ble_gattc_get_characteristic(gattc_if, p_data->search_cmpl.conn_id, &remote_service_id, NULL);
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/ |
D | esp_gattc_api.h | 122 …} search_cmpl; /*!< Gatt client callback param of ESP_GATTC_SEA… member
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_client/tutorial/ |
D | Gatt_Client_Example_Walkthrough.md | 569 if (p_data->search_cmpl.status != ESP_GATT_OK){ 570 ESP_LOGE(GATTC_TAG, "search service failed, error status = %x", p_data->search_cmpl.status); 573 conn_id = p_data->search_cmpl.conn_id; 577 …p_data->search_cmpl.conn_id,ESP_GATT_DB_CHARACTERISTIC, … 591 … p_data->search_cmpl.conn_id,
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gattc_act.c | 1533 cb_data.search_cmpl.status = status; in bta_gattc_search() 1534 cb_data.search_cmpl.conn_id = p_clcb->bta_conn_id; in bta_gattc_search() 1535 cb_data.search_cmpl.searched_service_source = p_clcb->searched_service_source; in bta_gattc_search()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_spp_client/main/ |
D | spp_client_demo.c | 340 …P_LOGI(GATTC_TAG, "SEARCH_CMPL: conn_id = %x, status %d", spp_conn_id, p_data->search_cmpl.status); in gattc_profile_event_handler()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_gatt_api.h | 430 tBTA_GATTC_SEARCH_CMPL search_cmpl; /* search complete */ member
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/hh/ |
D | bta_hh_le.c | 2776 bta_hh_le_srvc_search_cmpl(&p_data->search_cmpl); in bta_hh_gattc_callback()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/dm/ |
D | bta_dm_act.c | 6421 bta_dm_gatt_disc_complete(p_data->search_cmpl.conn_id, p_data->search_cmpl.status); in bta_dm_gattc_callback()
|