Skip to content

Commit

Permalink
[Bluetooth] make some libraries load correclty (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
MFransen69 authored Jul 10, 2024
1 parent 2a7f166 commit e3e21f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/bluetooth/audio/SDPProfile.h
Original file line number Diff line number Diff line change
Expand Up @@ -1212,7 +1212,7 @@ namespace SDP {
ClientSocket& _socket;
}; // class Client

class Server {
class EXTERNAL Server {
using Handler = ServerSocket::ResponseHandler;

public:
Expand Down
2 changes: 1 addition & 1 deletion Source/bluetooth/audio/codecs/SBC.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ namespace Bluetooth {

namespace A2DP {

class SBC : public IAudioCodec {
class EXTERNAL SBC : public IAudioCodec {
public:
static constexpr uint8_t CODEC_TYPE = 0x00; // SBC

Expand Down
1 change: 1 addition & 0 deletions Source/bluetooth/gatt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ set(PUBLIC_HEADERS
add_library(${TARGET}
GATTSocket.cpp
GATTProfile.cpp
Module.cpp
)

target_link_libraries(${TARGET}
Expand Down

0 comments on commit e3e21f0

Please sign in to comment.