Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/include/
Dbtif_gatt_util.h29 void btif_to_bta_response(tGATTS_RSP* p_dest, btgatt_response_t* p_src);
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_util.cc51 void btif_to_bta_response(tGATTS_RSP* p_dest, btgatt_response_t* p_src) { in btif_to_bta_response() function
Dbtif_gatt_server.cc448 btif_to_bta_response(&rsp_struct, &response); in btif_gatts_send_response_impl()