Searched refs:GATT_REQ_WRITE (Results 1 – 5 of 5) sorted by relevance
1119 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()
590 case GATT_REQ_WRITE: in attp_send_cl_msg()
768 if ((op_code == GATT_CMD_WRITE || op_code == GATT_REQ_WRITE) in gatts_write_attr_perm_check()
254 GATT_REQ_WRITE, in gatt_act_write()
91 #define GATT_REQ_WRITE 0x12 /* 0001-0010 (write)*/ macro