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
947
bt_property_t
remote_properties
[8];
local
954
memset(
remote_properties
, 0, sizeof(
remote_properties
));
955
BTIF_STORAGE_FILL_PROPERTY(&
remote_properties
[num_props], BT_PROPERTY_BDNAME,
958
&
remote_properties
[num_props]);
961
BTIF_STORAGE_FILL_PROPERTY(&
remote_properties
[num_props], BT_PROPERTY_REMOTE_FRIENDLY_NAME,
964
&
remote_properties
[num_props]);
967
BTIF_STORAGE_FILL_PROPERTY(&
remote_properties
[num_props], BT_PROPERTY_CLASS_OF_DEVICE,
970
&
remote_properties
[num_props]);
973
BTIF_STORAGE_FILL_PROPERTY(&
remote_properties
[num_props], BT_PROPERTY_TYPE_OF_DEVICE
[
all
...]
btif_storage.c
842
bt_property_t
remote_properties
[8];
local
[
all
...]
Completed in 57 milliseconds