mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-26 03:35:20 +00:00
setup security manager
This commit is contained in:
parent
a2cfedb666
commit
9f7471df9d
@ -277,6 +277,9 @@ void setup(void){
|
||||
|
||||
gatt_client_init();
|
||||
gatt_client_register_handler(&handle_gatt_client_event);
|
||||
|
||||
sm_init();
|
||||
sm_set_io_capabilities(IO_CAPABILITY_NO_INPUT_NO_OUTPUT);}
|
||||
}
|
||||
|
||||
void usage(const char *name){
|
||||
|
Loading…
x
Reference in New Issue
Block a user