OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:attribute_list
(Results
1 - 1
of
1
) sorted by null
/external/qemu/hw/
bt-sdp.c
38
} *
attribute_list
;
member in struct:bt_l2cap_sdp_state_s::sdp_service_record_s
237
if (record->
attribute_list
[i].attribute_id >= start &&
238
record->
attribute_list
[i].attribute_id <= end)
239
record->
attribute_list
[i].match = 1;
265
record->
attribute_list
[i].match = 0;
305
if (record->
attribute_list
[i].match) {
306
if (len >= 0 && len + record->
attribute_list
[i].len < max) {
307
memcpy(lst + len, record->
attribute_list
[i].pair,
308
record->
attribute_list
[i].len);
309
end = len + record->
attribute_list
[i].len
[
all
...]
Completed in 61 milliseconds