This shows how to remove a device from the list.
Each device in the list has a position index. When a device is removed from the list, any other devices in the list are shifted as required to allow the empty position to be occupied. Removing a device from the list means that the Bluetooth GPS PSY will not try to connect to it next time GPS position information is required.
// Remove the device from the list iConfig->RemoveDevice(key);This step returns KErrNone upon success.
The device is removed from the list.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.