Home
last modified time | relevance | path

Searched refs:GATT_REQ_READ (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/stack/gatt/
Datt_protocol.c572 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()
Dgatt_cl.c165 op_code = GATT_REQ_READ; in gatt_act_read()
196 op_code = GATT_REQ_READ; in gatt_act_read()
Dgatt_sr.c1296 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()
/external/bluetooth/bluedroid/stack/include/
Dgatt_api.h82 #define GATT_REQ_READ 0x0A macro