OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bluetoothGetLocalAddress
(Results
1 - 8
of
8
) sorted by null
/tools/test/connectivity/acts/tests/google/bt/system_tests/
RfcommLongevityTest.py
106
server_mac = self.server_ad.droid.
bluetoothGetLocalAddress
()
152
server_mac = self.server_ad.droid.
bluetoothGetLocalAddress
()
199
server_mac = self.server_ad.droid.
bluetoothGetLocalAddress
()
246
server_mac = self.server_ad.droid.
bluetoothGetLocalAddress
()
296
server_mac = self.server_ad.droid.
bluetoothGetLocalAddress
()
367
server_mac = self.server_ad.droid.
bluetoothGetLocalAddress
()
RfcommStressTest.py
98
server_mac = self.server_ad.droid.
bluetoothGetLocalAddress
()
140
server_mac = self.server_ad.droid.
bluetoothGetLocalAddress
()
/tools/test/connectivity/acts/tests/google/bt/
RfcommTest.py
134
server_mac = self.server_ad.droid.
bluetoothGetLocalAddress
()
176
server_mac = self.server_ad.droid.
bluetoothGetLocalAddress
()
/tools/test/connectivity/acts/tests/google/bt/car_bt/
BtCarPairedConnectDisconnectTest.py
75
expected_address = self.droid1_ad.droid.
bluetoothGetLocalAddress
()
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
bt_test_utils.py
402
"Bonding device {} to {}".format(pri_droid.
bluetoothGetLocalAddress
(),
403
sec_droid.
bluetoothGetLocalAddress
()))
405
target_address = sec_droid.
bluetoothGetLocalAddress
()
bt_gatt_utils.py
78
mac_address = per_ad.droid.
bluetoothGetLocalAddress
()
/tools/test/connectivity/acts/tests/google/bt/gatt/
GattOverBrEdrTest.py
56
self.per_droid_mac_address = self.per_ad.droid.
bluetoothGetLocalAddress
(
546
mac_address = self.per_ad.droid.
bluetoothGetLocalAddress
()
[
all
...]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothFacade.java
230
public String
bluetoothGetLocalAddress
() {
Completed in 260 milliseconds