Home
last modified time | relevance | path

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

/aosp12/system/bt/btif/src/
H A Dbtif_core.cc408 status = btif_storage_get_adapter_property(&properties[num_props]); in btif_in_get_adapter_properties()
418 btif_storage_get_adapter_property(&properties[num_props]); in btif_in_get_adapter_properties()
425 btif_storage_get_adapter_property(&properties[num_props]); in btif_in_get_adapter_properties()
432 btif_storage_get_adapter_property(&properties[num_props]); in btif_in_get_adapter_properties()
439 btif_storage_get_adapter_property(&properties[num_props]); in btif_in_get_adapter_properties()
445 btif_storage_get_adapter_property(&properties[num_props]); in btif_in_get_adapter_properties()
451 btif_storage_get_adapter_property(&properties[num_props]); in btif_in_get_adapter_properties()
457 btif_storage_get_adapter_property(&properties[num_props]); in btif_in_get_adapter_properties()
630 status = btif_storage_get_adapter_property(&prop); in btif_get_adapter_property()
H A Dbtif_storage.cc97 (s) = btif_storage_get_adapter_property(&(p)); \
569 bt_status_t ret = btif_storage_get_adapter_property(&property); in btif_storage_get_io_cap_property()
620 bt_status_t btif_storage_get_adapter_property(bt_property_t* property) { in btif_storage_get_adapter_property() function
H A Dbtif_dm.cc1454 status = btif_storage_get_adapter_property(&prop); in BTIF_dm_enable()
2232 btif_storage_get_adapter_property(&property); in btif_dm_enable_service()
/aosp12/system/bt/btif/include/
H A Dbtif_storage.h56 bt_status_t btif_storage_get_adapter_property(bt_property_t* property);
/aosp12/system/bt/test/mock/
H A Dmock_btif_storage.cc93 bt_status_t btif_storage_get_adapter_property(bt_property_t* property) { in btif_storage_get_adapter_property() function