cribari

bluetooth

Oct 1st, 2016
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. cribari@darwin4 ~ $ systemctl status bluetooth.service
  2. ● bluetooth.service - Bluetooth service
  3. Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor preset: disabled)
  4. Active: active (running) since sex 2016-09-30 23:28:33 BRT; 8min ago
  5. Docs: man:bluetoothd(8)
  6. Main PID: 2730 (bluetoothd)
  7. Status: "Running"
  8. Tasks: 1 (limit: 4915)
  9. CGroup: /system.slice/bluetooth.service
  10. └─2730 /usr/lib/bluetooth/bluetoothd
  11.  
  12. set 30 23:28:33 darwin4 bluetoothd[2730]: Bluetooth daemon 5.42
  13. set 30 23:28:33 darwin4 bluetoothd[2730]: Starting SDP server
  14. set 30 23:28:33 darwin4 bluetoothd[2730]: Bluetooth management interface 1.12 initialized
  15. set 30 23:28:33 darwin4 bluetoothd[2730]: Failed to obtain handles for "Service Changed" characteristic
  16. set 30 23:28:33 darwin4 bluetoothd[2730]: Sap driver initialization failed.
  17. set 30 23:28:33 darwin4 bluetoothd[2730]: sap-server: Operation not permitted (1)
  18. set 30 23:28:33 darwin4 bluetoothd[2730]: Endpoint registered: sender=:1.33 path=/MediaEndpoint/A2DPSource
  19. set 30 23:28:33 darwin4 bluetoothd[2730]: Endpoint registered: sender=:1.33 path=/MediaEndpoint/A2DPSink
  20. set 30 23:28:34 darwin4 bluetoothd[2730]: bt_uhid_send: Invalid argument (22)
  21. set 30 23:28:34 darwin4 bluetoothd[2730]: bt_uhid_send: Invalid argument (22)
  22.  
  23. cribari@darwin4 ~ $ hciconfig -a
  24. hci0: Type: Primary Bus: USB
  25. BD Address: 34:02:86:0C:4C:74 ACL MTU: 1021:5 SCO MTU: 96:6
  26. UP RUNNING PSCAN ISCAN
  27. RX bytes:293063 acl:14450 sco:0 events:339 errors:0
  28. TX bytes:4634 acl:136 sco:0 commands:155 errors:0
  29. Features: 0xff 0xfe 0x0f 0xfe 0xdb 0xff 0x7b 0x87
  30. Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
  31. Link policy: RSWITCH HOLD SNIFF
  32. Link mode: SLAVE ACCEPT
  33. Name: 'darwin4'
  34. Class: 0x1c010c
  35. Service Classes: Rendering, Capturing, Object Transfer
  36. Device Class: Computer, Laptop
  37. HCI Version: 4.2 (0x8) Revision: 0x1000
  38. LMP Version: 4.2 (0x8) Subversion: 0x1000
  39. Manufacturer: Intel Corp. (2)
  40.  
  41. cribari@darwin4 ~ $ dmesg | bluetooth
  42. bluetooth = on
  43. cribari@darwin4 ~ $ lsmod | grep -i bluetooth
  44. bluetooth 454656 43 bnep,btbcm,btrtl,btusb,rfcomm,btintel
  45. rfkill 20480 10 cfg80211,bluetooth,dell_laptop
  46. crc16 16384 2 ext4,bluetooth
Advertisement
Add Comment
Please, Sign In to add comment