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