Skip to content

Commit

Permalink
fix broken symbol check for bluetooth stopScan
Browse files Browse the repository at this point in the history
  • Loading branch information
onatbas committed Dec 15, 2023
1 parent fee1243 commit 497a034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/action_cc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,7 @@ NM_ACTION_(nickel_bluetooth) {
void (*BluetoothManager_scan)(BluetoothManager *);
NM_ACT_XSYM(BluetoothManager_scan, "_ZN16BluetoothManager4scanEv", "could not dlsym BluetoothManager::BluetoothManager::scanEv");

//libnickel 4.34.20097 *_ZN16BluetoothManager8stopScanEv
//libnickel 4.34.20097 * _ZN16BluetoothManager8stopScanEv
void (*BluetoothManager_stopScan)(BluetoothManager *);
NM_ACT_XSYM(BluetoothManager_stopScan, "_ZN16BluetoothManager8stopScanEv", "could not dlsym BluetoothManager::stopScan");

Expand Down

0 comments on commit 497a034

Please sign in to comment.