Package 

Interface PhyCallback

    • Method Summary

      Modifier and Type Method Description
      abstract void onPhyChanged(@NonNull() BluetoothDevice device, int txPhy, int rxPhy) Method called when the PHY value has changed or was read.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.