no need for classic discoverable in BLE only

This commit is contained in:
matthias.ringwald@gmail.com 2013-10-17 14:52:52 +00:00
parent 28e59aaa2f
commit b0954299be

View File

@ -192,11 +192,6 @@ static void packet_handler (void * connection, uint8_t packet_type, uint16_t cha
hci_send_cmd(&hci_le_set_advertise_enable, 1);
break;
}
if (COMMAND_COMPLETE_EVENT(packet, hci_le_set_advertise_enable)){
hci_discoverable_control(1);
break;
}
}
}
}