Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_sr.cc295 if (op_code == GATT_REQ_EXEC_WRITE && status != GATT_SUCCESS) in gatt_sr_process_app_rsp()
359 gatt_send_error_rsp(tcb, cid, GATT_INVALID_PDU, GATT_REQ_EXEC_WRITE, 0, in gatt_process_exec_write_req()
388 gatt_send_error_rsp(tcb, cid, GATT_ERROR, GATT_REQ_EXEC_WRITE, 0, false); in gatt_process_exec_write_req()
1307 case GATT_REQ_EXEC_WRITE: /* execute write */ in gatts_process_db_out_of_sync()
1385 case GATT_REQ_EXEC_WRITE: in gatt_server_handle_client_req()
Datt_protocol.cc83 if (op_code == GATT_REQ_EXEC_WRITE) { in attp_build_exec_write_cmd()
572 case GATT_REQ_EXEC_WRITE: in attp_send_cl_msg()
Dgatt_cl.cc290 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.h110 GATT_REQ_EXEC_WRITE = 0x18, enumerator
172 case GATT_REQ_EXEC_WRITE: in gatt_op_code_text()
/system/bt/stack/test/gatt/
Dgatt_sr_test.cc587 tcb_, L2CAP_ATT_CID, GATT_REQ_EXEC_WRITE, default_length_, default_data_); in TEST_F()