Searched refs:tGATTS_RSP (Results 1 – 15 of 15) sorted by relevance
/system/bt/bta/gatt/ |
D | bta_gatts_api.cc | 267 tGATTS_RSP* p_msg) { in BTA_GATTS_SendRsp() 268 const size_t len = sizeof(tBTA_GATTS_API_RSP) + sizeof(tGATTS_RSP); in BTA_GATTS_SendRsp() 276 p_buf->p_rsp = (tGATTS_RSP*)(p_buf + 1); in BTA_GATTS_SendRsp() 277 memcpy(p_buf->p_rsp, p_msg, sizeof(tGATTS_RSP)); in BTA_GATTS_SendRsp()
|
D | bta_gatts_int.h | 93 tGATTS_RSP* p_rsp;
|
D | bta_gatts_act.cc | 356 (tGATTS_RSP*)p_msg->api_rsp.p_rsp) != GATT_SUCCESS) { in bta_gatts_send_rsp()
|
/system/bt/stack/srvc/ |
D | srvc_eng.cc | 204 tGATTS_RSP* p_rsp, tGATT_STATUS* p_status) { in srvc_eng_process_read_req() 223 UNUSED_ATTR tGATTS_RSP* p_rsp, in srvc_eng_process_write_req() 248 tGATTS_RSP rsp_msg; in srvc_eng_s_request_cback() 255 memset(&rsp_msg, 0, sizeof(tGATTS_RSP)); in srvc_eng_s_request_cback() 416 void srvc_sr_rsp(uint8_t clcb_idx, tGATT_STATUS st, tGATTS_RSP* p_rsp) { in srvc_sr_rsp()
|
D | srvc_eng_int.h | 66 extern void srvc_sr_rsp(uint8_t clcb_idx, tGATT_STATUS st, tGATTS_RSP* p_rsp);
|
/system/bt/btif/include/ |
D | btif_gatt_util.h | 27 void btif_to_bta_response(tGATTS_RSP* p_dest, btgatt_response_t* p_src);
|
/system/bt/stack/gatt/ |
D | gatt_sr.cc | 116 tGATTS_RSP* p_msg, uint16_t mtu) { in process_read_multi_rsp() 127 BT_HDR* p_buf = (BT_HDR*)osi_malloc(sizeof(tGATTS_RSP)); in process_read_multi_rsp() 128 memcpy((void*)p_buf, (const void*)p_msg, sizeof(tGATTS_RSP)); in process_read_multi_rsp() 154 tGATTS_RSP* p_rsp = NULL; in process_read_multi_rsp() 161 if (node != list_end(list)) p_rsp = (tGATTS_RSP*)list_node(node); in process_read_multi_rsp() 232 tGATTS_RSP* p_msg) { in gatt_sr_process_app_rsp() 416 tGATTS_RSP* p_msg = (tGATTS_RSP*)osi_calloc(sizeof(tGATTS_RSP)); in gatt_process_read_multi_req()
|
D | gatt_attr.cc | 197 tGATTS_RSP rsp_msg; in gatt_request_cback() 200 memset(&rsp_msg, 0, sizeof(tGATTS_RSP)); in gatt_request_cback()
|
D | gatt_int.h | 479 tGATTS_RSP* p_msg);
|
D | gatt_api.cc | 520 tGATT_STATUS status, tGATTS_RSP* p_msg) { in GATTS_SendRsp()
|
/system/bt/btif/src/ |
D | btif_gatt_util.cc | 48 void btif_to_bta_response(tGATTS_RSP* p_dest, btgatt_response_t* p_src) { in btif_to_bta_response()
|
D | btif_gatt_server.cc | 404 tGATTS_RSP rsp_struct; in btif_gatts_send_response_impl()
|
/system/bt/stack/gap/ |
D | gap_ble.cc | 174 tGATTS_RSP* p_rsp) { in proc_read() 198 tGATTS_RSP rsp_msg; in server_attr_request_cback() 199 memset(&rsp_msg, 0, sizeof(tGATTS_RSP)); in server_attr_request_cback()
|
/system/bt/stack/include/ |
D | gatt_api.h | 340 } tGATTS_RSP; typedef 790 tGATT_STATUS status, tGATTS_RSP* p_msg);
|
/system/bt/bta/include/ |
D | bta_gatt_api.h | 912 tGATT_STATUS status, tGATTS_RSP* p_msg);
|