OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GATT_REQ_READ
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/stack/gatt/
att_protocol.c
571
case
GATT_REQ_READ
:
572
handle = (op_code ==
GATT_REQ_READ
) ? p_msg->handle: p_msg->read_blob.handle;
gatt_cl.c
157
op_code =
GATT_REQ_READ
;
188
op_code =
GATT_REQ_READ
;
[
all
...]
gatt_sr.c
[
all
...]
/external/bluetooth/bluedroid/stack/include/
gatt_api.h
78
#define
GATT_REQ_READ
0x0A
[
all
...]
Completed in 327 milliseconds