how to connect bluetooth keyboard to plugable USB adapter on raspberry pi

pi@raspberrypi ~/python $ hcitool scan
Scanning …
DC:2C:26:20:66:27 Brookstone Tablet Station
pi@raspberrypi ~/python $ hcitool cc DC:2C:26:20:66:27
Can’t create connection: Operation not permitted
pi@raspberrypi ~/python $

Hello Glen,

That is a permissions error. You should be able to continue by entering:

sudo hcitool cc DC:2C:26:20:66:27

Sincerely,
Ivan
Plugable Support

Thanks for reply.

sudo hcitool cc DC:2C:26:20:66:27 returns with no error.

Any idea how to actually connect this keyboard? This information
is returned with “hcitool info”

sudo hcitool info DC:2C:26:20:66:27
Requesting information …
BD Address: DC:2C:26:20:66:27
Device Name: Brookstone Tablet Station
LMP Version: 3.0 (0x5) LMP Subversion: 0x2211
Manufacturer: Broadcom Corporation (15)
Features page 0: 0xbf 0x06 0x86 0x78 0x18 0x1e 0x59 0x87

Features page 1: 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00

Hello Glen,

The full connection steps might be different based on your set-up, but you can find a good step-by-step guide with general steps on how to do it here: http://www.catonrug.net/2014/07/conne…

Sincerely,
Ivan
Plugable Technologies

Thanks Ivan! I followed those steps and my bluetooth keyboard
is now connected.