readPhy

abstract suspend fun readPhy(): Boolean

This method should initiate reading the current PHY parameters.

The result should be reported by emitting PhyChanged event to events flow.

Return

True if reading PHY was requested successfully; false otherwise.

Throws

If BLUETOOTH_CONNECT permission is denied.