Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_sr.c1244 case GATT_REQ_WRITE: in gatts_process_write_req()
1273 if((op_code == GATT_REQ_WRITE) && (status == GATT_APP_RSP)){ in gatts_process_write_req()
1289 if ((op_code == GATT_REQ_WRITE) && (sr_data.write_req.need_rsp == FALSE)){ in gatts_process_write_req()
1585 case GATT_REQ_WRITE: /* write char/char descriptor value */ in gatts_process_attribute_req()
1787 case GATT_REQ_WRITE: in gatts_handle_db_out_of_sync()
1870 case GATT_REQ_WRITE: /* write char/char descriptor value */ in gatt_server_handle_client_req()
Datt_protocol.c595 case GATT_REQ_WRITE: in attp_send_cl_msg()
Dgatt_cl.c252 GATT_REQ_WRITE, in gatt_act_write()
Dgatt_db.c1157 if ((op_code == GATT_CMD_WRITE || op_code == GATT_REQ_WRITE) in gatts_write_attr_perm_check()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h103 #define GATT_REQ_WRITE 0x12 /* 0001-0010 (write)*/ macro