HomeSort by relevance Sort by last modified time
    Searched refs:BluetoothBinderGetAddress (Results 1 - 4 of 4) sorted by null

  /packages/apps/Test/connectivity/sl4n/facades/bluetooth/
bluetooth_binder_facade.h 41 std::tuple<std::string, int> BluetoothBinderGetAddress();
bluetooth_binder_facade.cpp 67 std::tuple<std::string, int> BluetoothBinderFacade::BluetoothBinderGetAddress() {
  /tools/test/connectivity/acts/tests/google/bt/native/
BtNativeTest.py 62 result = self.droid.BluetoothBinderGetAddress()
  /packages/apps/Test/connectivity/sl4n/utils/
command_receiver.cpp 121 std::tie(address, error_code) = bt_binder.BluetoothBinderGetAddress();
240 _funcMap->insert(std::make_pair("BluetoothBinderGetAddress",

Completed in 342 milliseconds