Advertisement
idroj07

trying to make bluetooth work. Scaning devs

Oct 23rd, 2019
357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.32 KB | None | 0 0
  1. ---- sudo systemctl status bluetooth.service ----
  2.  
  3. ● bluetooth.service - Bluetooth service
  4.    Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor preset: disabled)
  5.    Active: active (running) since Wed 2019-10-23 23:17:00 CEST; 1h 6min ago
  6.      Docs: man:bluetoothd(8)
  7.  Main PID: 758 (bluetoothd)
  8.     Tasks: 1 (limit: 4915)
  9.    Memory: 2.2M
  10.    CGroup: /system.slice/bluetooth.service
  11.            └─758 /usr/lib/bluetooth/bluetoothd
  12.  
  13. oct 23 23:17:00 dlag-pc systemd[1]: Starting Bluetooth service...
  14. oct 23 23:17:00 dlag-pc bluetoothd[758]: Bluetooth daemon 5.51
  15. oct 23 23:17:00 dlag-pc bluetoothd[758]: Starting SDP server
  16. oct 23 23:17:00 dlag-pc systemd[1]: Started Bluetooth service.
  17. oct 23 23:17:00 dlag-pc bluetoothd[758]: Bluetooth management interface 1.14 initialized
  18.  
  19.  
  20. ---- bluetoothctl list ----
  21.  
  22. Controller 30:52:CB:EB:A9:98 dlag-pc [default]
  23.  
  24. ---- bluetoothctl show 30:52:CB:EB:A9:98 ----
  25.  
  26. Controller 30:52:CB:EB:A9:98 (public)
  27.     Name: dlag-pc
  28.     Alias: dlag-pc
  29.     Class: 0x0010010c
  30.     Powered: yes
  31.     Discoverable: yes
  32.     DiscoverableTimeout: 0x00000000
  33.     Pairable: yes
  34.     UUID: A/V Remote Control        (0000110e-0000-1000-8000-00805f9b34fb)
  35.     UUID: PnP Information           (00001200-0000-1000-8000-00805f9b34fb)
  36.     UUID: Message Access Server     (00001132-0000-1000-8000-00805f9b34fb)
  37.     UUID: Message Notification Se.. (00001133-0000-1000-8000-00805f9b34fb)
  38.     UUID: Phonebook Access Server   (0000112f-0000-1000-8000-00805f9b34fb)
  39.     UUID: Generic Access Profile    (00001800-0000-1000-8000-00805f9b34fb)
  40.     UUID: OBEX Object Push          (00001105-0000-1000-8000-00805f9b34fb)
  41.     UUID: Generic Attribute Profile (00001801-0000-1000-8000-00805f9b34fb)
  42.     UUID: OBEX File Transfer        (00001106-0000-1000-8000-00805f9b34fb)
  43.     UUID: Vendor specific           (00005005-0000-1000-8000-0002ee000001)
  44.     UUID: A/V Remote Control Target (0000110c-0000-1000-8000-00805f9b34fb)
  45.     UUID: IrMC Sync                 (00001104-0000-1000-8000-00805f9b34fb)
  46.     Modalias: usb:v1D6Bp0246d0533
  47.     Discovering: no
  48. Advertising Features:
  49.     ActiveInstances: 0x00
  50.     SupportedInstances: 0x05
  51.     SupportedIncludes: tx-power
  52.     SupportedIncludes: appearance
  53.     SupportedIncludes: local-name
  54.  
  55. ---- bluetoothctl select 30:52:CB:EB:A9:98 ----
  56. ---- bluetoothctl scan on ----
  57. Discovery started
  58. [CHG] Controller 30:52:CB:EB:A9:98 Discovering: yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement