Home
last modified time | relevance | path

Searched refs:GATT_REQ_EXEC_WRITE (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/gatt/
Datt_protocol.cc82 if (op_code == GATT_REQ_EXEC_WRITE) { in attp_build_exec_write_cmd()
511 case GATT_REQ_EXEC_WRITE: in attp_send_cl_msg()
Dgatt_sr.cc247 if (op_code == GATT_REQ_EXEC_WRITE && status != GATT_SUCCESS) in gatt_sr_process_app_rsp()
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()
1233 case GATT_REQ_EXEC_WRITE: in gatt_server_handle_client_req()
Dgatt_cl.cc282 rt = attp_send_cl_msg(tcb, p_clcb, GATT_REQ_EXEC_WRITE, &gatt_cl_msg); in gatt_send_queue_write_cancel()
/system/bt/stack/include/
Dgatt_api.h103 #define GATT_REQ_EXEC_WRITE 0x18 macro