Bluetooth 컨트롤러의 UUID 핸들과 장치 간의 불일치가 페어링에 영향을 줍니까?

Bluetooth 컨트롤러의 UUID 핸들과 장치 간의 불일치가 페어링에 영향을 줍니까?

이틀 동안 인터넷 검색을 했는데 나에게 맞는 수정 프로그램을 찾을 수 없습니다.

블루투스 마우스를 페어링하는 데 문제가 있습니다. 내 문제는 컨트롤러에 등록된 UUID 핸들과 내 장치(2s가 아닌 Logitech MX Anywhere 2)의 UUID 핸들 간의 불일치와 관련이 있는 것 같습니다. 내 장치에 연결된 UUID 프로필을 등록하기 위해 내 컨트롤러를 사용하는 것이 올바른가요? 그렇다면 등록이 막히네요. 아래 정보를 참조하시기 바랍니다.

username@systemname:~$ bluetoothctl
[NEW] Controller <controller MAC> galliumos [default]
[NEW] Device <device MAC> MX Anywhere 2

[bluetooth]# show <controller MAC>
Controller <controller MAC>
    Name: galliumos
    Alias: galliumos
    Class: 0x1c010c
    Powered: yes
    Discoverable: no
    Pairable: yes
    UUID: Headset AG                (00001112-0000-1000-8000-00805f9b34fb)
    UUID: Generic Attribute Profile (00001801-0000-1000-8000-00805f9b34fb)
    UUID: A/V Remote Control        (0000110e-0000-1000-8000-00805f9b34fb)
    UUID: OBEX File Transfer        (00001106-0000-1000-8000-00805f9b34fb)
    UUID: Generic Access Profile    (00001800-0000-1000-8000-00805f9b34fb)
    UUID: OBEX Object Push          (00001105-0000-1000-8000-00805f9b34fb)
    UUID: PnP Information           (00001200-0000-1000-8000-00805f9b34fb)
    UUID: A/V Remote Control Target (0000110c-0000-1000-8000-00805f9b34fb)
    UUID: IrMC Sync                 (00001104-0000-1000-8000-00805f9b34fb)
    UUID: Audio Sink                (0000110b-0000-1000-8000-00805f9b34fb)
    UUID: Audio Source              (0000110a-0000-1000-8000-00805f9b34fb)
    UUID: Vendor specific           (00005005-0000-1000-8000-0002ee000001)
    UUID: Message Notification Se.. (00001133-0000-1000-8000-00805f9b34fb)
    UUID: Phonebook Access Server   (0000112f-0000-1000-8000-00805f9b34fb)
    UUID: Message Access Server     (00001132-0000-1000-8000-00805f9b34fb)
    Modalias: usb:v1D6Bp0246d0525
    Discovering: no

[bluetooth]# info <device MAC>
Device <device MAC>
    Name: MX Anywhere 2
    Alias: MX Anywhere 2
    Appearance: 0x03c2
    Icon: input-mouse
    Paired: no
    Trusted: yes
    Blocked: no
    Connected: no
    LegacyPairing: no
    UUID: Human Interface Device    (00001812-0000-1000-8000-00805f9b34fb)

[bluetooth]# register-profile 00001812-0000-1000-8000-00805f9b34fb
Unable to find GattManager proxy

관련 정보