Home
last modified time | relevance | path

Searched refs:isBonded (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/pandora/server/src/
DGattInstance.kt179 require(isBonded()) { "Trying to connect non BLE GATT on a not bonded device $mDevice" } in <lambda>()
199 public fun isBonded(): Boolean { in isBonded() method in com.android.pandora.GattInstance
DSecurityStorage.kt67 override fun isBonded(request: IsBondedRequest, responseObserver: StreamObserver<BoolValue>) { in isBonded() method in com.android.pandora.SecurityStorage
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DAccessoryUtils.java113 public static boolean isBonded(BluetoothDevice device) { in isBonded() method in AccessoryUtils
DConnectedDevicesSliceProvider.java511 } else if (AccessoryUtils.isBonded(device)) { in updateConnectedDevices()