Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gatt_util.h26 void bta_to_btc_gatt_id(esp_gatt_id_t *p_dest, tBTA_GATT_ID *p_src);
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gatt_util.c101 void bta_to_btc_gatt_id(esp_gatt_id_t *p_dest, tBTA_GATT_ID *p_src) in bta_to_btc_gatt_id() function
110 bta_to_btc_gatt_id(&p_dest->id, &p_src->id); in bta_to_btc_srvc_id()
Dbtc_gattc.c871 bta_to_btc_gatt_id(&param.search_res.srvc_id, &srvc_res->service_uuid); in btc_gattc_cb_handler()