Home
last modified time | relevance | path

Searched refs:tBTA_GATTS_RSP (Results 1 – 6 of 6) sorted by relevance

/system/bt/bta/gatt/
Dbta_gatts_api.cc252 tBTA_GATT_STATUS status, tBTA_GATTS_RSP* p_msg) { in BTA_GATTS_SendRsp()
253 const size_t len = sizeof(tBTA_GATTS_API_RSP) + sizeof(tBTA_GATTS_RSP); in BTA_GATTS_SendRsp()
261 p_buf->p_rsp = (tBTA_GATTS_RSP*)(p_buf + 1); in BTA_GATTS_SendRsp()
262 memcpy(p_buf->p_rsp, p_msg, sizeof(tBTA_GATTS_RSP)); in BTA_GATTS_SendRsp()
Dbta_gatts_int.h92 tBTA_GATTS_RSP* p_rsp;
/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/bta/include/
Dbta_gatt_api.h450 typedef tGATTS_RSP tBTA_GATTS_RSP; typedef
1119 tBTA_GATT_STATUS status, tBTA_GATTS_RSP* p_msg);
/system/bt/btif/src/
Dbtif_gatt_util.cc100 void btif_to_bta_response(tBTA_GATTS_RSP* p_dest, btgatt_response_t* p_src) { in btif_to_bta_response()
Dbtif_gatt_server.cc430 tBTA_GATTS_RSP rsp_struct; in btif_gatts_send_response_impl()