-
@FunctionalInterface() public interface PhyCallback
-
-
Method Summary
Modifier and Type Method Description abstract voidonPhyChanged(@NonNull() BluetoothDevice device, int txPhy, int rxPhy)Method called when the PHY value has changed or was read. -
-
Method Detail
-
onPhyChanged
abstract void onPhyChanged(@NonNull() BluetoothDevice device, int txPhy, int rxPhy)
Method called when the PHY value has changed or was read.
- Parameters:
device- the target device.txPhy- the transmitter PHY in use.rxPhy- the receiver PHY in use.
-
-
-
-