Skip to content

Commit 0840603

Browse files
authored
Update esp32-hal-bt.h
1 parent 1318e72 commit 0840603

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

cores/esp32/esp32-hal-bt.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,8 @@
2424
extern "C" {
2525
#endif
2626

27-
typedef enum {
28-
BT_MODE_DEFAULT,
29-
BT_MODE_BLE,
30-
BT_MODE_CLASSIC_BT,
31-
BT_MODE_BTDM
32-
} bt_mode;
33-
3427
bool btStarted();
3528
bool btStart();
36-
bool btStartMode(bt_mode mode);
3729
bool btStop();
3830

3931
#ifdef __cplusplus

0 commit comments

Comments
 (0)