Advertisement
Guest User

bluez after reboot

a guest
Dec 12th, 2016
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. pi@raspberrypi:~ $ hciconfig
  2. hci0: Type: Primary Bus: UART
  3. BD Address: AA:AA:AA:AA:AA:AA ACL MTU: 1021:8 SCO MTU: 64:1
  4. UP RUNNING PSCAN
  5. RX bytes:815 acl:0 sco:0 events:55 errors:0
  6. TX bytes:2835 acl:0 sco:0 commands:55 errors:0
  7.  
  8. pi@raspberrypi:~ $ sudo hciconfig hci0 up piscan
  9. pi@raspberrypi:~ $ hciconfig
  10. hci0: Type: Primary Bus: UART
  11. BD Address: AA:AA:AA:AA:AA:AA ACL MTU: 1021:8 SCO MTU: 64:1
  12. UP RUNNING PSCAN ISCAN
  13. RX bytes:829 acl:0 sco:0 events:57 errors:0
  14. TX bytes:2876 acl:0 sco:0 commands:57 errors:0
  15.  
  16. pi@raspberrypi:~ $ sudo bluetoothctl
  17. [NEW] Controller AA:AA:AA:AA:AA:AA raspberrypi [default]
  18. [NEW] Device 04:AE:A8:84:63:25 PLAYSTATION(R)3 Controller
  19. [NEW] Device 05:84:76:7E:63:25 PLAYSTATION(R)3 Controller
  20. [bluetooth]# exit
  21. [DEL] Controller AA:AA:AA:AA:AA:AA raspberrypi [default]
  22. pi@raspberrypi:~ $ sudo service bluetooth status
  23. ● bluetooth.service - Bluetooth service
  24. Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled)
  25. Active: active (running) since Tue 2016-12-13 00:00:32 UTC; 3min 35s ago
  26. Docs: man:bluetoothd(8)
  27. Main PID: 529 (bluetoothd)
  28. Status: "Running"
  29. CGroup: /system.slice/bluetooth.service
  30. └─529 /usr/libexec/bluetooth/bluetoothd
  31.  
  32. Dec 13 00:00:32 raspberrypi bluetoothd[529]: Bluetooth daemon 5.43
  33. Dec 13 00:00:32 raspberrypi systemd[1]: Started Bluetooth service.
  34. Dec 13 00:00:32 raspberrypi bluetoothd[529]: Starting SDP server
  35. Dec 13 00:00:32 raspberrypi bluetoothd[529]: Bluetooth management interface 1.10 initialized
  36. Dec 13 00:00:32 raspberrypi bluetoothd[529]: Failed to obtain handles for "Service Changed" characteristic
  37. Dec 13 00:00:32 raspberrypi bluetoothd[529]: Failed to set privacy: Rejected (0x0b)
  38. Dec 13 00:00:39 raspberrypi bluetoothd[529]: Endpoint registered: sender=:1.18 path=/MediaEndpoint/A2DPSource
  39. Dec 13 00:00:39 raspberrypi bluetoothd[529]: Endpoint registered: sender=:1.18 path=/MediaEndpoint/A2DPSink
  40. Dec 13 00:00:41 raspberrypi bluetoothd[529]: Endpoint unregistered: sender=:1.18 path=/MediaEndpoint/A2DPSource
  41. Dec 13 00:00:41 raspberrypi bluetoothd[529]: Endpoint unregistered: sender=:1.18 path=/MediaEndpoint/A2DPSink
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement