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

/external/bluetooth/bluedroid/stack/gatt/
H A Datt_protocol.c568 case GATT_REQ_READ:
569 handle = (op_code == GATT_REQ_READ) ? p_msg->handle: p_msg->read_blob.handle;
H A Dgatt_cl.c147 op_code = GATT_REQ_READ;
178 op_code = GATT_REQ_READ;
H A Dgatt_sr.c1254 case GATT_REQ_READ: /* read char/char descriptor value */
1455 case GATT_REQ_READ: /* read char/char descriptor value */
/external/bluetooth/bluedroid/stack/include/
H A Dgatt_api.h78 #define GATT_REQ_READ 0x0A macro

Completed in 27 milliseconds