Home
last modified time | relevance | path

Searched refs:btif_storage_get_adapter_property (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/btif/src/
Dbtif_core.cc342 status = btif_storage_get_adapter_property(&properties[num_props]); in btif_in_get_adapter_properties()
352 btif_storage_get_adapter_property(&properties[num_props]); in btif_in_get_adapter_properties()
359 btif_storage_get_adapter_property(&properties[num_props]); in btif_in_get_adapter_properties()
366 btif_storage_get_adapter_property(&properties[num_props]); in btif_in_get_adapter_properties()
373 btif_storage_get_adapter_property(&properties[num_props]); in btif_in_get_adapter_properties()
379 btif_storage_get_adapter_property(&properties[num_props]); in btif_in_get_adapter_properties()
385 btif_storage_get_adapter_property(&properties[num_props]); in btif_in_get_adapter_properties()
589 status = btif_storage_get_adapter_property(&prop); in btif_get_adapter_property()
Dbtif_storage.cc570 bt_status_t ret = btif_storage_get_adapter_property(&property); in btif_storage_get_io_cap_property()
598 return btif_storage_get_adapter_property(property); in btif_storage_get_adapter_prop()
614 bt_status_t btif_storage_get_adapter_property(bt_property_t* property) { in btif_storage_get_adapter_property() function
Dbtif_dm.cc2074 status = btif_storage_get_adapter_property(&prop); in BTIF_dm_enable()
2981 btif_storage_get_adapter_property(&property); in btif_dm_enable_service()
/packages/modules/Bluetooth/system/btif/include/
Dbtif_storage.h89 bt_status_t btif_storage_get_adapter_property(bt_property_t* property);
/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_storage.cc93 bt_status_t btif_storage_get_adapter_property(bt_property_t* property) { in btif_storage_get_adapter_property() function