mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-29 03:32:49 +00:00
make classic connectable and discoverable
This commit is contained in:
parent
198f965c3c
commit
5583798654
@ -637,6 +637,10 @@ int btstack_main(int argc, const char * argv[]){
|
||||
memcpy(current_pts_address, public_pts_address, 6);
|
||||
current_pts_address_type = public_pts_address_type;
|
||||
|
||||
// classic discoverable / connectable
|
||||
hci_connectable_control(1);
|
||||
hci_discoverable_control(1);
|
||||
|
||||
// allow foor terminal input
|
||||
btstack_stdin_setup(stdin_process);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user