Home
last modified time | relevance | path

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

/system/bt/btif/include/
Dbtif_gatt_util.h28 void btif_to_bta_response(tBTA_GATTS_RSP *p_dest, btgatt_response_t* p_src);
/system/bt/btif/src/
Dbtif_gatt_util.c112 void btif_to_bta_response(tBTA_GATTS_RSP *p_dest, btgatt_response_t* p_src) in btif_to_bta_response() function
Dbtif_gatt_server.c501 btif_to_bta_response(&rsp_struct, p_rsp); in btgatts_handle_event()