We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea5a2da commit 687a545Copy full SHA for 687a545
libraries/Bluefruit52Lib/src/bluefruit.h
@@ -62,6 +62,7 @@
62
#include "services/BLEDfu.h"
63
#include "services/BLEUart.h"
64
#include "services/BLEBas.h"
65
+#include "services/BLEIas.h"
66
#include "services/BLEBeacon.h"
67
#include "services/BLEHidGeneric.h"
68
#include "services/BLEHidAdafruit.h"
@@ -75,6 +76,7 @@
75
76
#include "clients/BLEClientCts.h"
77
#include "clients/BLEClientHidAdafruit.h"
78
#include "clients/BLEClientBas.h"
79
+#include "clients/BLEClientIas.h"
80
81
#include "utility/AdaCallback.h"
82
#include "utility/bonding.h"
0 commit comments