mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Reinitialize the BT discovery agent when a new adapter is selected
Reinitialize the Bluetooth device discovery agent when the user selects a new local Bluetooth adapter using the address of the selected device. Before this patch the agent was always using the local default Bluetooth adapter. Signed-off-by: Claudiu Olteanu <olteanu.claudiu@ymail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b5ac3a3fa8
commit
0cf5214c15
2 changed files with 29 additions and 7 deletions
|
@ -46,6 +46,7 @@ private:
|
|||
QSharedPointer<QBluetoothDeviceInfo> selectedRemoteDeviceInfo;
|
||||
|
||||
void updateLocalDeviceInformation();
|
||||
void initializeDeviceDiscoveryAgent();
|
||||
};
|
||||
|
||||
#endif // BTDEVICESELECTIONDIALOG_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue