1.去掉蓝牙的普通log
This commit is contained in:
parent
8a68dab79b
commit
e5416993b6
|
@ -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");
|
||||||
|
|
Loading…
Reference in New Issue
Block a user