Home
last modified time | relevance | path

Searched refs:tGATTS_RSP (Results 1 – 19 of 19) sorted by relevance

/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gatts_api.cc283 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()
Dbta_gatts_int.h100 tGATTS_RSP* p_rsp;
Dbta_gatts_act.cc350 (tGATTS_RSP*)p_msg->api_rsp.p_rsp) != GATT_SUCCESS) { in bta_gatts_send_rsp()
/packages/modules/Bluetooth/system/stack/srvc/
Dsrvc_eng.cc191 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/
Dgatt_sr.cc185 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()
Dgatt_attr.cc275 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()
Dgatt_int.h571 tGATT_STATUS status, tGATTS_RSP* p_msg,
Dgatt_api.cc641 tGATT_STATUS status, tGATTS_RSP* p_msg) { in GATTS_SendRsp()
/packages/modules/Bluetooth/system/bta/ras/
Dras_server.cc108 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/
Dbtif_gatt_util.h29 void btif_to_bta_response(tGATTS_RSP* p_dest, btgatt_response_t* p_src);
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_gatt_api.h273 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()
Dmock_bta_gatts_api.cc71 tGATT_STATUS /* status */, tGATTS_RSP* /* p_msg */) { in BTA_GATTS_SendRsp() argument
Dmock_stack_gatt_attr.cc54 tGATTS_RSP* /* p_rsp */) { in proc_read_req() argument
Dmock_stack_gatt_api.cc188 tGATT_STATUS status, tGATTS_RSP* p_msg) { in GATTS_SendRsp()
/packages/modules/Bluetooth/system/stack/gap/
Dgap_ble.cc188 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/
Dbtif_gatt_util.cc51 void btif_to_bta_response(tGATTS_RSP* p_dest, btgatt_response_t* p_src) { in btif_to_bta_response()
Dbtif_gatt_server.cc447 tGATTS_RSP rsp_struct; in btif_gatts_send_response_impl()
/packages/modules/Bluetooth/system/stack/include/
Dgatt_api.h502 } tGATTS_RSP; typedef
947 tGATTS_RSP* p_msg);
/packages/modules/Bluetooth/system/bta/include/
Dbta_gatt_api.h1022 tGATTS_RSP* p_msg);