OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:remote_properties
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/btif/src/
btif_core.c
927
bt_property_t
remote_properties
[8];
local
934
memset(
remote_properties
, 0, sizeof(
remote_properties
));
935
BTIF_STORAGE_FILL_PROPERTY(&
remote_properties
[num_props], BT_PROPERTY_BDNAME,
938
&
remote_properties
[num_props]);
941
BTIF_STORAGE_FILL_PROPERTY(&
remote_properties
[num_props], BT_PROPERTY_REMOTE_FRIENDLY_NAME,
944
&
remote_properties
[num_props]);
947
BTIF_STORAGE_FILL_PROPERTY(&
remote_properties
[num_props], BT_PROPERTY_CLASS_OF_DEVICE,
950
&
remote_properties
[num_props]);
953
BTIF_STORAGE_FILL_PROPERTY(&
remote_properties
[num_props], BT_PROPERTY_TYPE_OF_DEVICE
[
all
...]
btif_storage.c
827
bt_property_t
remote_properties
[8];
local
[
all
...]
Completed in 810 milliseconds