Home
last modified time | relevance | path

Searched refs:BluetoothAdapterSnippet (Results 1 – 3 of 3) sorted by relevance

/external/mobly-bundled-snippets/src/main/java/com/google/android/mobly/snippet/bundled/bluetooth/profiles/
DBluetoothA2dpSnippet.java14 import com.google.android.mobly.snippet.bundled.bluetooth.BluetoothAdapterSnippet;
62 BluetoothDevice device = BluetoothAdapterSnippet.getKnownDeviceByAddress(deviceAddress); in btA2dpConnect()
DBluetoothHearingAidSnippet.java14 import com.google.android.mobly.snippet.bundled.bluetooth.BluetoothAdapterSnippet;
66 BluetoothDevice device = BluetoothAdapterSnippet.getKnownDeviceByAddress(deviceAddress); in btHearingAidConnect()
/external/mobly-bundled-snippets/src/main/java/com/google/android/mobly/snippet/bundled/bluetooth/
DBluetoothAdapterSnippet.java49 public class BluetoothAdapterSnippet implements Snippet { class
79 public BluetoothAdapterSnippet() throws Throwable { in BluetoothAdapterSnippet() method in BluetoothAdapterSnippet