Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Datt_protocol.c85 if (op_code == GATT_REQ_EXEC_WRITE) { in attp_build_exec_write_cmd()
609 case GATT_REQ_EXEC_WRITE: in attp_send_cl_msg()
Dgatt_sr.c426 if (op_code == GATT_REQ_EXEC_WRITE && status != GATT_SUCCESS) { in gatt_sr_process_app_rsp()
531 …gatt_send_error_rsp(p_tcb, prepare_record->error_code_app, GATT_REQ_EXEC_WRITE, 0, is_need_dequeue… in gatt_process_exec_write_req()
1795 case GATT_REQ_EXEC_WRITE: in gatts_handle_db_out_of_sync()
1885 case GATT_REQ_EXEC_WRITE: in gatt_server_handle_client_req()
Dgatt_cl.c298 rt = attp_send_cl_msg(p_tcb, p_clcb->clcb_idx, GATT_REQ_EXEC_WRITE, (tGATT_CL_MSG *)&flag); in gatt_send_queue_write_cancel()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h108 #define GATT_REQ_EXEC_WRITE 0x18 macro