Home
last modified time | relevance | path

Searched refs:search_srvc (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.5.0/components/bt/host/bluedroid/api/
Desp_gattc_api.c148 arg.search_srvc.conn_id = BTC_GATT_CREATE_CONN_ID(gattc_if, conn_id); in esp_ble_gattc_search_service()
151 arg.search_srvc.filter_uuid_enable = true; in esp_ble_gattc_search_service()
152 memcpy(&arg.search_srvc.filter_uuid, filter_uuid, sizeof(esp_bt_uuid_t)); in esp_ble_gattc_search_service()
154 arg.search_srvc.filter_uuid_enable = false; in esp_ble_gattc_search_service()
/hal_espressif-3.5.0/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c299 if (arg->search_srvc.filter_uuid_enable) { in btc_gattc_search_service()
300 btc_to_bta_uuid(&srvc_uuid, &arg->search_srvc.filter_uuid); in btc_gattc_search_service()
301 BTA_GATTC_ServiceSearchRequest(arg->search_srvc.conn_id, &srvc_uuid); in btc_gattc_search_service()
303 BTA_GATTC_ServiceSearchRequest(arg->search_srvc.conn_id, NULL); in btc_gattc_search_service()
/hal_espressif-3.5.0/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gattc.h81 } search_srvc; member