Ticket #257 (accepted defect)

Opened 2 years ago

Last modified 11 months ago

Connecting to BT keyboard is not working from AUX menu

Reported by: vladare Owned by: Deubeuliou
Priority: normal Milestone: rev6
Component: build Version: trunk
Severity: major Keywords:
Cc: johngay,

Description

Hello,

I am tried to connect to my BT keyboard over AUX menu but it is not working.

After using this commands the keyboard works very well.
hcitool scan
hidd --connect XXXXXXXXXXX

Change History

comment:1 Changed 2 years ago by Deubeuliou

  • Status changed from new to accepted
  • Cc johngay added
  • Owner changed from ppronchery to Deubeuliou
  • Milestone set to rev5

Ack'd.
I'm not sure how we should fix that: we may not want to connect every bluetooth device.

john, how do you use to connect your keyboard ?
I read that you first need to run echo "$REMOTE_BT_DEVICE_ID $PINCODE" > /var/lib/bluetooth/$LOCAL_BT_DEVICE_ID/pincodes but after that, does the keyboard automatically connect the next times ?

comment:2 Changed 2 years ago by vladare

I think after user will select the AUX menu "BT keyboard" the next menu "Scan for BT devices" has to be appeared on the screen. User will select the appropriate BT device (keyboard) and put PIN. This PIN and BT keyboard has to be saved in user config file and will be used next time.

comment:3 Changed 2 years ago by vladare

Another one issue. lsusb shows that I have BT device but "hcitool scan" executed from hackable user produced next output:
Device is not available: No such device

I am able to see my BT keyboard online using Nokia N80.

comment:4 Changed 2 years ago by vladare

At this moment I resolved my issue with BT keyboard to add the strings below to file /etc/default/bluetooth

HIDD_ENABLED=1
HIDD_OPTIONS="--connect XX:XX:XX:XX:XX:XX --server"

It works very well.

comment:5 Changed 11 months ago by ppronchery

  • Milestone changed from rev5 to rev6
Note: See TracTickets for help on using tickets.