Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gatt_util.h24 void btc_to_bta_response(tBTA_GATTS_RSP *rsp_struct, esp_gatt_rsp_t *p_rsp);
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gatt_util.c113 void btc_to_bta_response(tBTA_GATTS_RSP *p_dest, esp_gatt_rsp_t *p_src) in btc_to_bta_response() function
Dbtc_gatts.c687 btc_to_bta_response(&rsp_struct, p_rsp); in btc_gatts_call_handler()