Searched refs:tGATTS_RSP (Results 1 – 19 of 19) sorted by relevance
/packages/modules/Bluetooth/system/bta/gatt/ |
D | bta_gatts_api.cc | 283 tGATTS_RSP* p_msg) { in BTA_GATTS_SendRsp() 284 const size_t len = sizeof(tBTA_GATTS_API_RSP) + sizeof(tGATTS_RSP); in BTA_GATTS_SendRsp() 292 p_buf->p_rsp = (tGATTS_RSP*)(p_buf + 1); in BTA_GATTS_SendRsp() 293 memcpy(p_buf->p_rsp, p_msg, sizeof(tGATTS_RSP)); in BTA_GATTS_SendRsp()
|
D | bta_gatts_int.h | 100 tGATTS_RSP* p_rsp;
|
D | bta_gatts_act.cc | 350 (tGATTS_RSP*)p_msg->api_rsp.p_rsp) != GATT_SUCCESS) { in bta_gatts_send_rsp()
|
/packages/modules/Bluetooth/system/stack/srvc/ |
D | srvc_eng.cc | 191 tGATTS_RSP* p_rsp, in srvc_eng_process_read_req() 212 tGATTS_RSP* /* p_rsp */, in srvc_eng_process_write_req() argument 237 tGATTS_RSP rsp_msg; in srvc_eng_s_request_cback() 247 memset(&rsp_msg, 0, sizeof(tGATTS_RSP)); in srvc_eng_s_request_cback()
|
/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_sr.cc | 185 tGATTS_RSP* p_rsp = NULL; in build_read_multi_rsp() 192 if (node != list_end(list)) p_rsp = (tGATTS_RSP*)list_node(node); in build_read_multi_rsp() 264 tGATTS_RSP* p_msg, uint16_t mtu) { in process_read_multi_rsp() 271 BT_HDR* p_buf = (BT_HDR*)osi_malloc(sizeof(tGATTS_RSP)); in process_read_multi_rsp() 272 memcpy((void*)p_buf, (const void*)p_msg, sizeof(tGATTS_RSP)); in process_read_multi_rsp() 307 tGATT_STATUS status, tGATTS_RSP* p_msg, in gatt_sr_process_app_rsp() 508 tGATTS_RSP* p_msg = (tGATTS_RSP*)osi_calloc(sizeof(tGATTS_RSP)); in gatt_process_read_multi_req()
|
D | gatt_attr.cc | 275 tGATT_READ_REQ* p_data, tGATTS_RSP* p_rsp) { in proc_read_req() 317 tGATTS_RSP rsp_msg; in gatt_request_cback() 320 memset(&rsp_msg, 0, sizeof(tGATTS_RSP)); in gatt_request_cback()
|
D | gatt_int.h | 571 tGATT_STATUS status, tGATTS_RSP* p_msg,
|
D | gatt_api.cc | 641 tGATT_STATUS status, tGATTS_RSP* p_msg) { in GATTS_SendRsp()
|
/packages/modules/Bluetooth/system/bta/ras/ |
D | ras_server.cc | 108 tGATTS_RSP p_msg; in HandleVendorSpecificReplyComplete() 345 tGATTS_RSP p_msg; in OnReadCharacteristic() 390 tGATTS_RSP p_msg; in OnReadDescriptor() 425 tGATTS_RSP p_msg; in OnWriteCharacteristic() 475 tBTA_GATTS* p_data, tGATTS_RSP& p_msg) { in WriteVendorSpecificCharacteristic() 522 tGATTS_RSP p_msg; in OnWriteDescriptor()
|
/packages/modules/Bluetooth/system/btif/include/ |
D | btif_gatt_util.h | 29 void btif_to_bta_response(tGATTS_RSP* p_dest, btgatt_response_t* p_src);
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_gatt_api.h | 273 tGATT_STATUS status, tGATTS_RSP* p_msg)> 276 tGATTS_RSP* /* p_msg */) { return return_value; }}; 278 tGATT_STATUS status, tGATTS_RSP* p_msg) { in operator()
|
D | mock_bta_gatts_api.cc | 71 tGATT_STATUS /* status */, tGATTS_RSP* /* p_msg */) { in BTA_GATTS_SendRsp() argument
|
D | mock_stack_gatt_attr.cc | 54 tGATTS_RSP* /* p_rsp */) { in proc_read_req() argument
|
D | mock_stack_gatt_api.cc | 188 tGATT_STATUS status, tGATTS_RSP* p_msg) { in GATTS_SendRsp()
|
/packages/modules/Bluetooth/system/stack/gap/ |
D | gap_ble.cc | 188 tGATTS_RSP* p_rsp) { in proc_read() 210 tGATTS_RSP rsp_msg; in server_attr_request_cback() 211 memset(&rsp_msg, 0, sizeof(tGATTS_RSP)); in server_attr_request_cback()
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_gatt_util.cc | 51 void btif_to_bta_response(tGATTS_RSP* p_dest, btgatt_response_t* p_src) { in btif_to_bta_response()
|
D | btif_gatt_server.cc | 447 tGATTS_RSP rsp_struct; in btif_gatts_send_response_impl()
|
/packages/modules/Bluetooth/system/stack/include/ |
D | gatt_api.h | 502 } tGATTS_RSP; typedef 947 tGATTS_RSP* p_msg);
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_gatt_api.h | 1022 tGATTS_RSP* p_msg);
|