Home
last modified time | relevance | path

Searched defs:connectGatt (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DDckTestRule.kt186 fun connectGatt(device: BluetoothDevice, coroutine: CoroutineScope = ioScope) = in connectGatt() method in android.bluetooth.DckTestRule
312 private fun connectGatt() = runBlocking { in <lambda>() method in android.bluetooth.DckTestRule
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bas/
DBatteryStateMachineTest.java365 public boolean connectGatt() { in connectGatt() method in BatteryStateMachineTest.StubBatteryStateMachine
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java3098 public BluetoothGatt connectGatt( in connectGatt() method in BluetoothDevice
3119 public BluetoothGatt connectGatt( in connectGatt() method in BluetoothDevice
3144 public BluetoothGatt connectGatt( in connectGatt() method in BluetoothDevice
3175 public BluetoothGatt connectGatt( in connectGatt() method in BluetoothDevice
3213 public BluetoothGatt connectGatt( in connectGatt() method in BluetoothDevice
/packages/modules/Bluetooth/android/ChannelSoundingTestApp/app/src/main/java/com/android/bluetooth/channelsoundingtestapp/
DDistanceMeasurementInitiator.java96 void connectGatt() { in connectGatt() method in DistanceMeasurementInitiator
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bas/
DBatteryStateMachine.java218 public boolean connectGatt() { in connectGatt() method in BatteryStateMachine
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientStateMachineTest.java2591 public boolean connectGatt(Boolean autoConnect) { in connectGatt() method in BassClientStateMachineTest.StubBassClientStateMachine
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientStateMachine.java1332 public boolean connectGatt(Boolean autoConnect) { in connectGatt() method