extmod/btstack: Implement more robust init/deinit sequencing.
This commit is contained in:
committed by
Damien George
parent
50e44f477b
commit
c987adb9e9
@@ -52,6 +52,7 @@ enum {
|
||||
MP_BLUETOOTH_BTSTACK_STATE_OFF,
|
||||
MP_BLUETOOTH_BTSTACK_STATE_STARTING,
|
||||
MP_BLUETOOTH_BTSTACK_STATE_ACTIVE,
|
||||
MP_BLUETOOTH_BTSTACK_STATE_TIMEOUT,
|
||||
};
|
||||
|
||||
extern volatile int mp_bluetooth_btstack_state;
|
||||
|
||||
Reference in New Issue
Block a user