diff -r 48780e181b38 -r 578be2adaf3e Symbian3/PDK/Source/GUID-375CA8E2-DD7A-532A-88F0-004BFAB3F8DE.dita --- a/Symbian3/PDK/Source/GUID-375CA8E2-DD7A-532A-88F0-004BFAB3F8DE.dita Tue Jul 20 12:00:49 2010 +0100 +++ b/Symbian3/PDK/Source/GUID-375CA8E2-DD7A-532A-88F0-004BFAB3F8DE.dita Fri Aug 13 16:47:46 2010 +0100 @@ -1,14 +1,14 @@ - - - - - -Removing a Device from the ListThis 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.

Call CLbsBtGpsConfig::RemoveDevice(TLbsBtGpsEntryKey). This function takes the unique key of the device being removed from the list. // Remove the device from the list -iConfig->RemoveDevice(key); This step returns KErrNone upon success.

The device is removed from the list.

Retrieving the List of Devices

Bluetooth + + + + + +Removing a Device from the ListThis 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.

Call CLbsBtGpsConfig::RemoveDevice(TLbsBtGpsEntryKey). This function takes the unique key of the device being removed from the list. // Remove the device from the list +iConfig->RemoveDevice(key); This step returns KErrNone upon success.

The device is removed from the list.

Retrieving the List of Devices

Bluetooth GPS PSY Configuration API Overview
\ No newline at end of file