|
|
|
Location:
QBeamingProperty.h
const TUint KPropertyKeyBluetoothOnOff;
Property key Key to get the bluetooth operation mode. Possible values are EQBTOperationModeOn or EQBTOperationModeOff.
const TUint KPropertyKeyLocalBondingComplete;
Property key Key to notify when a bonding initiated from the local device has been completed successfully.
const TUint KAccessoryConnectedKey;
Property key A key to notify when a accessory has changed its connection state. Values are TAccessoryConnection .
const TUint KConnectedAccessoriesKey;
Property key A key to communicate the connection status of all connected accessories. Values a list of TAccessoryConnection . The list received has a max length of KMaxConnectedAccessories*sizeof(TAccessoryConnection) . Unconnected accessories have zero value.