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.c427 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()
Dbta_gatts_int.h130 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.h518 typedef tGATTS_RSP tBTA_GATTS_RSP; typedef
1335 tBTA_GATT_STATUS status, tBTA_GATTS_RSP *p_msg);
/system/bt/btif/src/
Dbtif_gatt_util.c124 void btif_to_bta_response(tBTA_GATTS_RSP *p_dest, btgatt_response_t* p_src) in btif_to_bta_response()
Dbtif_gatt_server.c498 tBTA_GATTS_RSP rsp_struct; in btgatts_handle_event()