Searched refs:gatt_send_error_rsp (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/gatt/ |
D | gatt_sr.cc | 267 gatt_send_error_rsp(tcb, status, op_code, tcb.sr_cmd.handle, false); in gatt_sr_process_app_rsp() 301 gatt_send_error_rsp(tcb, gatt_cb.err_status, gatt_cb.req_op_code, in gatt_process_exec_write_req() 311 gatt_send_error_rsp(tcb, GATT_INVALID_PDU, GATT_REQ_EXEC_WRITE, 0, false); in gatt_process_exec_write_req() 339 gatt_send_error_rsp(tcb, GATT_ERROR, GATT_REQ_EXEC_WRITE, 0, false); in gatt_process_exec_write_req() 373 gatt_send_error_rsp(tcb, gatt_cb.err_status, gatt_cb.req_op_code, handle, in gatt_process_read_multi_req() 440 gatt_send_error_rsp(tcb, err, op_code, handle, false); in gatt_process_read_multi_req() 625 gatt_send_error_rsp(tcb, reason, op_code, s_hdl, false); in gatts_process_primary_service_req() 631 gatt_send_error_rsp(tcb, GATT_UNSUPPORT_GRP_TYPE, op_code, s_hdl, false); in gatts_process_primary_service_req() 638 gatt_send_error_rsp(tcb, GATT_NOT_FOUND, op_code, s_hdl, false); in gatts_process_primary_service_req() 648 gatt_send_error_rsp(tcb, GATT_INVALID_PDU, op_code, s_hdl, false); in gatts_process_primary_service_req() [all …]
|
D | gatt_int.h | 445 extern tGATT_STATUS gatt_send_error_rsp(tGATT_TCB& tcb, uint8_t err_code,
|
D | gatt_main.cc | 870 gatt_send_error_rsp(tcb, GATT_REQ_NOT_SUPPORTED, op_code, 0, false); in gatt_data_process()
|
D | gatt_utils.cc | 734 tGATT_STATUS gatt_send_error_rsp(tGATT_TCB& tcb, uint8_t err_code, in gatt_send_error_rsp() function
|