Searched refs:GATT_REQ_READ (Results 1 – 4 of 4) sorted by relevance
544 case GATT_REQ_READ: in attp_send_cl_msg()545 handle = (op_code == GATT_REQ_READ) ? p_msg->handle: p_msg->read_blob.handle; in attp_send_cl_msg()
166 op_code = GATT_REQ_READ; in gatt_act_read()197 op_code = GATT_REQ_READ; in gatt_act_read()
1239 case GATT_REQ_READ: /* read char/char descriptor value */ in gatts_process_attribute_req()1441 case GATT_REQ_READ: /* read char/char descriptor value */ in gatt_server_handle_client_req()
83 #define GATT_REQ_READ 0x0A macro