File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ namespace Bluetooth {
2929
3030namespace 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
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ set(PUBLIC_HEADERS
4040add_library (${TARGET}
4141 GATTSocket.cpp
4242 GATTProfile.cpp
43+ Module.cpp
4344)
4445
4546target_link_libraries (${TARGET}
You can’t perform that action at this time.
0 commit comments