OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:read_reqs
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluez/src/
attrib-server.h
29
struct attribute *attrib_db_add(uint16_t handle, bt_uuid_t *uuid, int
read_reqs
,
attrib-server.c
344
a->
read_reqs
);
438
a->
read_reqs
);
671
status = att_check_reqs(channel, ATT_OP_READ_REQ, a->
read_reqs
);
706
status = att_check_reqs(channel, ATT_OP_READ_BLOB_REQ, a->
read_reqs
);
1243
struct attribute *attrib_db_add(uint16_t handle, bt_uuid_t *uuid, int
read_reqs
,
1257
a->
read_reqs
=
read_reqs
;
/external/bluetooth/bluez/attrib/
att.h
127
int
read_reqs
;
member in struct:attribute
Completed in 6012 milliseconds