1.去掉蓝牙的普通log

This commit is contained in:
payton 2023-12-19 10:46:10 +08:00
parent 8a68dab79b
commit e5416993b6

View File

@ -170,7 +170,7 @@ static void *sf_bluetooth_piscan_task(void *arg)
system("dbus-daemon --system"); system("dbus-daemon --system");
usleep(200 * 1000); usleep(200 * 1000);
system("bluetoothd -d -n -C &"); system("bluetoothd -n -C &");
for (i = 0; i < 40; i++) { for (i = 0; i < 40; i++) {
if (access("/tmp/blue_status_ready", F_OK) == 0) { if (access("/tmp/blue_status_ready", F_OK) == 0) {
printf("blue status ready\r\n"); printf("blue status ready\r\n");