Skip to content

Commit

Permalink
Fix build failure on wrong spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
nisargjhaveri committed Mar 16, 2024
1 parent c009830 commit 9a8d5d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aa_wireless_dongle/package/aawg/src/bluetoothHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ void BluetoothHandler::startAdvertising() {
m_leAdvertisement = BLEAdvertisement::create(LE_ADVERTISEMENT_OBJECT_PATH);

m_leAdvertisement->type->set_value("peripheral");
m_leAdvertisement->serviceUUIDs->set_value(std::vector<std::string>{AAWG_PROfILE_UUID});
m_leAdvertisement->serviceUUIDs->set_value(std::vector<std::string>{AAWG_PROFILE_UUID});
m_leAdvertisement->localName->set_value(m_adapterAlias);

if (m_connection->register_object(m_leAdvertisement, DBus::ThreadForCalling::DispatcherThread) != DBus::RegistrationStatus::Success) {
Expand Down

0 comments on commit 9a8d5d2

Please sign in to comment.