Skip to content

Commit e3e21f0

Browse files
authored
[Bluetooth] make some libraries load correclty (#43)
1 parent 2a7f166 commit e3e21f0

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Source/bluetooth/audio/SDPProfile.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1212,7 +1212,7 @@ namespace SDP {
12121212
ClientSocket& _socket;
12131213
}; // class Client
12141214

1215-
class Server {
1215+
class EXTERNAL Server {
12161216
using Handler = ServerSocket::ResponseHandler;
12171217

12181218
public:

Source/bluetooth/audio/codecs/SBC.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ namespace Bluetooth {
2929

3030
namespace A2DP {
3131

32-
class SBC : public IAudioCodec {
32+
class EXTERNAL SBC : public IAudioCodec {
3333
public:
3434
static constexpr uint8_t CODEC_TYPE = 0x00; // SBC
3535

Source/bluetooth/gatt/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ set(PUBLIC_HEADERS
4040
add_library(${TARGET}
4141
GATTSocket.cpp
4242
GATTProfile.cpp
43+
Module.cpp
4344
)
4445

4546
target_link_libraries(${TARGET}

0 commit comments

Comments
 (0)