OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read_blob
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/gatt/
att_protocol.c
569
offset = p_msg->
read_blob
.offset;
572
handle = (op_code == GATT_REQ_READ) ? p_msg->handle: p_msg->
read_blob
.handle;
gatt_cl.c
170
msg.
read_blob
.offset = offset;
171
msg.
read_blob
.handle = p_clcb->s_handle;
178
msg.
read_blob
.handle = p_clcb->s_handle;
179
msg.
read_blob
.offset = offset;
[
all
...]
gatt_int.h
119
tGATT_READ_PARTIAL
read_blob
; /* read blob */
member in union:__anon3554
142
/*
READ_BLOB
, READ_BY_TYPE */
Completed in 34 milliseconds