In the TWRP thread someone with a T63 posted their dmesg, and it contains things like:
So I started to wonder what my T62D will log in dmesg. With wifi switched on, this is what I got:
Now, I know almost nothing about Android kernels, so I'm wondering if this means the bluetooth hardware is actually there or is the software/firmware just blindly trying to initialize the bluetooth with no hardware present?
Code:
<6>[ 0.501233] Bluetooth: Core ver 2.16
<6>[ 0.501323] NET: Registered protocol family 31
<6>[ 0.501364] Bluetooth: HCI device and connection manager initialized
<6>[ 0.501418] Bluetooth: HCI socket layer initialized
<6>[ 0.501460] Bluetooth: L2CAP socket layer initialized
<6>[ 0.501519] Bluetooth: SCO socket layer initialized
<6>[ 1.545755] Bluetooth: HCI UART driver ver 2.2
<6>[ 1.545795] Bluetooth: HCI H4 protocol initialized
<6>[ 1.545833] Bluetooth: HCILL protocol initialized
<6>[ 1.613479] Bluetooth: RFCOMM TTY layer initialized
<6>[ 1.613530] Bluetooth: RFCOMM socket layer initialized
<6>[ 1.613571] Bluetooth: RFCOMM ver 1.11
<6>[ 1.613602] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
<6>[ 1.613644] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
Code:
<6>[ 0.503605] Bluetooth: Core ver 2.16
<6>[ 0.503707] NET: Registered protocol family 31
<6>[ 0.503748] Bluetooth: HCI device and connection manager initialized
<6>[ 0.503805] Bluetooth: HCI socket layer initialized
<6>[ 0.503848] Bluetooth: L2CAP socket layer initialized
<6>[ 0.503906] Bluetooth: SCO socket layer initialized
<6>[ 1.431533] Bluetooth: HCI UART driver ver 2.2
<6>[ 1.431554] Bluetooth: HCI H4 protocol initialized
<6>[ 1.431574] Bluetooth: HCILL protocol initialized
<6>[ 1.536959] Bluetooth: RFCOMM TTY layer initialized
<6>[ 1.537011] Bluetooth: RFCOMM socket layer initialized
<6>[ 1.537032] Bluetooth: RFCOMM ver 1.11
<6>[ 1.537050] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
<6>[ 1.537072] Bluetooth: HIDP (Human Interface Emulation) ver 1.2