|
From: Anders J. <and...@us...> - 2003-11-18 18:12:52
|
The following file was modified in linux/drivers/char/bluetooth: Name Old version New version Tag Comment ---- ----------- ----------- --- ------- bt_proc.c 1.27 1.28=20=20=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Added scanmode. The diff of the modified file(s): --- bt_proc.c 2003/11/18 18:03:33 1.27 +++ bt_proc.c 2003/11/18 18:12:52 1.28 @@ -294,6 +294,8 @@ int bt_read_status(char *buf, int len) len +=3D sprintf(buf + len, "led_enable : %s\n", ledenable ? "TRUE" : "FALSE"); #endif + len +=3D sprintf(buf + len, "scan_mode : %d\n", + hci_read_scan_enable()); len +=3D sprintf(buf + len, "\n[REMOTE INFO]\n"); len +=3D hci_sprint_remote_info(buf + len); =20 |