set discoverable to true

This commit is contained in:
matthias.ringwald@gmail.com 2013-03-12 10:14:15 +00:00
parent 4e432ccb54
commit 131c519aa9

View File

@ -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();