Searched refs:GATT_REQ_WRITE (Results 1 – 5 of 5) sorted by relevance
896 case GATT_REQ_WRITE: in gatts_process_write_req()897 if (op_code == GATT_REQ_WRITE || op_code == GATT_REQ_PREPARE_WRITE) in gatts_process_write_req()943 (op_code == GATT_REQ_PREPARE_WRITE || op_code == GATT_REQ_WRITE)) { in gatts_process_write_req()1047 case GATT_REQ_WRITE: /* write char/char descriptor value */ in gatts_process_attribute_req()1218 case GATT_REQ_WRITE: /* write char/char descriptor value */ in gatt_server_handle_client_req()
500 case GATT_REQ_WRITE: in attp_send_cl_msg()
237 uint8_t rt = gatt_send_write_msg(tcb, p_clcb, GATT_REQ_WRITE, in gatt_act_write()243 "gatt_act_write() failed op_code=0x%x rt=%d", GATT_REQ_WRITE, in gatt_act_write()
529 if ((op_code == GATT_CMD_WRITE || op_code == GATT_REQ_WRITE) && in gatts_write_attr_perm_check()
97 #define GATT_REQ_WRITE 0x12 macro