Searched refs:isBonded (Results 1 – 4 of 4) sorted by relevance
179 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
67 override fun isBonded(request: IsBondedRequest, responseObserver: StreamObserver<BoolValue>) { in isBonded() method in com.android.pandora.SecurityStorage
113 public static boolean isBonded(BluetoothDevice device) { in isBonded() method in AccessoryUtils
511 } else if (AccessoryUtils.isBonded(device)) { in updateConnectedDevices()