Searched refs:read_reqs (Results 1 – 3 of 3) sorted by relevance
/external/bluetooth/bluez/src/ |
D | attrib-server.h | 29 struct attribute *attrib_db_add(uint16_t handle, bt_uuid_t *uuid, int read_reqs,
|
D | attrib-server.c | 344 a->read_reqs); in read_by_group() 438 a->read_reqs); in read_by_type() 671 status = att_check_reqs(channel, ATT_OP_READ_REQ, a->read_reqs); in read_value() 706 status = att_check_reqs(channel, ATT_OP_READ_BLOB_REQ, a->read_reqs); in read_blob() 1243 struct attribute *attrib_db_add(uint16_t handle, bt_uuid_t *uuid, int read_reqs, in attrib_db_add() argument 1257 a->read_reqs = read_reqs; in attrib_db_add()
|
/external/bluetooth/bluez/attrib/ |
D | att.h | 127 int read_reqs; member
|