mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-14 01:27:41 +00:00
set discoverable to true
This commit is contained in:
parent
4e432ccb54
commit
131c519aa9
@ -266,6 +266,8 @@ int main(void) {
|
||||
|
||||
// turn on!
|
||||
hci_power_control(HCI_POWER_ON);
|
||||
// make discoverable
|
||||
hci_discoverable_control(1);
|
||||
|
||||
// go!
|
||||
run_loop_execute();
|
||||
|
Loading…
x
Reference in New Issue
Block a user