We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a7f166 commit e3e21f0Copy full SHA for e3e21f0
3 files changed
Source/bluetooth/audio/SDPProfile.h
@@ -1212,7 +1212,7 @@ namespace SDP {
1212
ClientSocket& _socket;
1213
}; // class Client
1214
1215
- class Server {
+ class EXTERNAL Server {
1216
using Handler = ServerSocket::ResponseHandler;
1217
1218
public:
Source/bluetooth/audio/codecs/SBC.h
@@ -29,7 +29,7 @@ namespace Bluetooth {
29
30
namespace A2DP {
31
32
- class SBC : public IAudioCodec {
+ class EXTERNAL SBC : public IAudioCodec {
33
34
static constexpr uint8_t CODEC_TYPE = 0x00; // SBC
35
Source/bluetooth/gatt/CMakeLists.txt
@@ -40,6 +40,7 @@ set(PUBLIC_HEADERS
40
add_library(${TARGET}
41
GATTSocket.cpp
42
GATTProfile.cpp
43
+ Module.cpp
44
)
45
46
target_link_libraries(${TARGET}
0 commit comments