Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/gatt/
Dgatt_sr.c1118 case GATT_REQ_WRITE: in gatts_process_write_req()
1119 if (op_code == GATT_REQ_WRITE || op_code == GATT_REQ_PREPARE_WRITE) in gatts_process_write_req()
1163 (op_code == GATT_REQ_PREPARE_WRITE || op_code == GATT_REQ_WRITE)) in gatts_process_write_req()
1301 case GATT_REQ_WRITE: /* write char/char descriptor value */ in gatts_process_attribute_req()
1499 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.c773 if ((op_code == GATT_CMD_WRITE || op_code == GATT_REQ_WRITE) in gatts_write_attr_perm_check()
Dgatt_cl.c253 GATT_REQ_WRITE, in gatt_act_write()
/external/bluetooth/bluedroid/stack/include/
Dgatt_api.h90 #define GATT_REQ_WRITE 0x12 /* 0001-0010 (write)*/ macro