MBluetoothPhysicalLinkMetricsObserver Class Reference
class MBluetoothPhysicalLinkMetricsObserver |
Member Function Documentation
MbplmoError ( TInt )
void | MbplmoError | ( | TInt | aError | ) | [pure virtual] |
Notification that an error has occured. When this is called, the current subscriptions will be cancelled. If a link disconnection occurs, the CBluetoothPhysicalLinkMetrics object will no longer be valid, so it is recommended to delete the object in this callback
MbplmoExtensionInterfaceL ( TUid )
IMPORT_C TAny * | MbplmoExtensionInterfaceL | ( | TUid | aInterface | ) | [virtual] |
Returns a null aObject if the extension is not implemented, or a pointer to another interface if it is.
Parameter | Description | aInterface | UID of the interface to return |
Returns: The container for another interface as specified by aInterface
MbplmoFailedContactCounterChanged ( TUint16 )
void | MbplmoFailedContactCounterChanged | ( | TUint16 | aFailedContactCounter | ) | [pure virtual] |
Notification for the initial failed contact counter value, and whenever the failed contact counter changes.
Parameter | Description | aFailedContactCounter | Number of consecutive failed contacts for this connection |
MbplmoLinkQualityChanged ( TUint8 )
void | MbplmoLinkQualityChanged | ( | TUint8 | aLinkQuality | ) | [pure virtual] |
Notification for the initial Link Quality value and whenever the Link Quality changes.
Parameter | Description | aLinkQuality | Link quality for this connection where the higher value represents a better quality link |
MbplmoRssiChanged ( TInt8 )
void | MbplmoRssiChanged | ( | TInt8 | aRssi | ) | [pure virtual] |
Notification for the initial RSSI (received signal strengh indication) value and whenever the RSSI changes
Parameter | Description | aRssi | Current RSSI Value in dB |
MbplmoTransmitPowerLevelChanged ( TInt8 )
void | MbplmoTransmitPowerLevelChanged | ( | TInt8 | aTransmitPowerLevel | ) | [pure virtual] |
Notification for the initial transmit power level, and whenever the transmit power level changes.
Parameter | Description | aTransmitPowerLevel | Transmit power level in dBm |