OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lmp_caps
(Results
1 - 2
of
2
) sorted by null
/external/qemu/hw/
bt-hci.c
316
respdata[1] = (bt->
lmp_caps
>> 0) & 0xff;
317
respdata[2] = (bt->
lmp_caps
>> 8) & 0xff;
318
respdata[3] = (bt->
lmp_caps
>> 16) & 0xff;
319
respdata[4] = (bt->
lmp_caps
>> 24) & 0xff;
320
respdata[5] = (bt->
lmp_caps
>> 32) & 0xff;
321
respdata[6] = (bt->
lmp_caps
>> 40) & 0xff;
322
respdata[7] = (bt->
lmp_caps
>> 48) & 0xff;
323
respdata[8] = (bt->
lmp_caps
>> 56) & 0xff;
981
params.features[0] = (slave->
lmp_caps
>> 0) & 0xff;
982
params.features[1] = (slave->
lmp_caps
>> 8) & 0xff
[
all
...]
bt.h
85
uint64_t
lmp_caps
;
member in struct:bt_device_s
[
all
...]
Completed in 30 milliseconds