Home
last modified time | relevance | path

Searched refs:BtBinderGetAddress (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Test/connectivity/sl4n/facades/bluetooth/
Dbt_binder_facade.h41 std::tuple<std::string, int> BtBinderGetAddress();
Dbt_binder_facade.cpp82 std::tuple<std::string, int> BtBinderFacade::BtBinderGetAddress() { in BtBinderGetAddress() function in BtBinderFacade
280 std::tie(address, error_code) = facade.BtBinderGetAddress(); in bt_binder_get_local_address_wrapper()