Searched refs:tBTA_GATTS_RSP (Results 1 – 6 of 6) sorted by relevance
427 tBTA_GATT_STATUS status, tBTA_GATTS_RSP *p_msg) in BTA_GATTS_SendRsp()430 UINT16 len = sizeof(tBTA_GATTS_API_RSP) + sizeof(tBTA_GATTS_RSP); in BTA_GATTS_SendRsp()443 p_buf->p_rsp = (tBTA_GATTS_RSP *)(p_buf + 1); in BTA_GATTS_SendRsp()444 memcpy(p_buf->p_rsp, p_msg, sizeof(tBTA_GATTS_RSP)); in BTA_GATTS_SendRsp()
130 tBTA_GATTS_RSP *p_rsp;
28 void btif_to_bta_response(tBTA_GATTS_RSP *p_dest, btgatt_response_t* p_src);
518 typedef tGATTS_RSP tBTA_GATTS_RSP; typedef1335 tBTA_GATT_STATUS status, tBTA_GATTS_RSP *p_msg);
124 void btif_to_bta_response(tBTA_GATTS_RSP *p_dest, btgatt_response_t* p_src) in btif_to_bta_response()
498 tBTA_GATTS_RSP rsp_struct; in btgatts_handle_event()