Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gattc.h79 } search_srvc; member
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_gattc_api.c241 arg.search_srvc.conn_id = BTC_GATT_CREATE_CONN_ID(gattc_if, conn_id); in esp_ble_gattc_search_service()
244 arg.search_srvc.filter_uuid_enable = true; in esp_ble_gattc_search_service()
245 memcpy(&arg.search_srvc.filter_uuid, filter_uuid, sizeof(esp_bt_uuid_t)); in esp_ble_gattc_search_service()
247 arg.search_srvc.filter_uuid_enable = false; in esp_ble_gattc_search_service()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c307 if (arg->search_srvc.filter_uuid_enable) { in btc_gattc_search_service()
308 btc_to_bta_uuid(&srvc_uuid, &arg->search_srvc.filter_uuid); in btc_gattc_search_service()
309 BTA_GATTC_ServiceSearchRequest(arg->search_srvc.conn_id, &srvc_uuid); in btc_gattc_search_service()
311 BTA_GATTC_ServiceSearchRequest(arg->search_srvc.conn_id, NULL); in btc_gattc_search_service()