Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_sr.c1119 case GATT_REQ_WRITE: in gatts_process_write_req()
1120 if (op_code == GATT_REQ_WRITE || op_code == GATT_REQ_PREPARE_WRITE) in gatts_process_write_req()
1167 (op_code == GATT_REQ_PREPARE_WRITE || op_code == GATT_REQ_WRITE)) in gatts_process_write_req()
1305 case GATT_REQ_WRITE: /* write char/char descriptor value */ in gatts_process_attribute_req()
1503 case GATT_REQ_WRITE: /* write char/char descriptor value */ in gatt_server_handle_client_req()
Datt_protocol.c590 case GATT_REQ_WRITE: in attp_send_cl_msg()
Dgatt_db.c768 if ((op_code == GATT_CMD_WRITE || op_code == GATT_REQ_WRITE) in gatts_write_attr_perm_check()
Dgatt_cl.c254 GATT_REQ_WRITE, in gatt_act_write()
/system/bt/stack/include/
Dgatt_api.h91 #define GATT_REQ_WRITE 0x12 /* 0001-0010 (write)*/ macro