Searched refs:GATT_REQ_READ (Results 1 – 4 of 4) sorted by relevance
572 case GATT_REQ_READ: in attp_send_cl_msg()573 handle = (op_code == GATT_REQ_READ) ? p_msg->handle: p_msg->read_blob.handle; in attp_send_cl_msg()
165 op_code = GATT_REQ_READ; in gatt_act_read()196 op_code = GATT_REQ_READ; in gatt_act_read()
1296 case GATT_REQ_READ: /* read char/char descriptor value */ in gatts_process_attribute_req()1497 case GATT_REQ_READ: /* read char/char descriptor value */ in gatt_server_handle_client_req()
82 #define GATT_REQ_READ 0x0A macro