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

  /tools/test/connectivity/acts/tests/google/bt/car_bt/
BtCarPairedConnectDisconnectTest.py 40 self.car_bt_addr = self.car.droid.bluetoothGetLocalAddress()
41 self.ph_bt_addr = self.ph.droid.bluetoothGetLocalAddress()
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
bt_test_utils.py 599 "Bonding device {} to {}".format(pri_droid.bluetoothGetLocalAddress(),
600 sec_droid.bluetoothGetLocalAddress()))
602 target_address = sec_droid.bluetoothGetLocalAddress()
646 sec_droid.bluetoothGetLocalAddress():
657 pri_droid.droid.bluetoothConnectBonded(sec_droid.bluetoothGetLocalAddress(
677 device_addr == sec_droid.bluetoothGetLocalAddress():
752 server_ad.droid.bluetoothGetLocalAddress())
876 pan_dut.droid.bluetoothGetLocalAddress())
bt_gatt_utils.py 101 mac_address = per_ad.droid.bluetoothGetLocalAddress()
  /tools/test/connectivity/acts/tests/google/bt/
RfcommTest.py 220 self.server_ad.droid.bluetoothGetLocalAddress())
  /tools/test/connectivity/acts/tests/google/bt/gatt/
GattOverBrEdrTest.py 56 self.per_droid_mac_address = self.per_ad.droid.bluetoothGetLocalAddress(
385 mac_address = self.per_ad.droid.bluetoothGetLocalAddress()
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothFacade.java 243 public String bluetoothGetLocalAddress() {

Completed in 172 milliseconds