Bluetooth Quick Assist


 
Thread Tools Search this Thread
Operating Systems OS X (Apple) OS X Support RSS Bluetooth Quick Assist
# 1  
Old 11-18-2008
Bluetooth Quick Assist

Having trouble with your Apple Wireless Keyboard and Mouse? Or maybe you need help syncing a Bluetooth phone or handheld device with your Mac. Bluetooth is a short-range wireless technology that lets you connect computers, input devices, mobile phones, and handheld devices to each other without cables. To use a Bluetooth device with your computer, your Mac must have either a built-in Bluetooth module or a compatible USB Bluetooth adapter connected.

More from Apple OS X Support ...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Linux

Bluetooth

I have a bluetooth device, and when i search for a device it doesnt show anything,i have downloaded bluman blueberry bluedevil bluez but nothng worked,im using linux mint 18.2. (2 Replies)
Discussion started by: Lee win
2 Replies

2. Shell Programming and Scripting

In need of assist....

How would i take the output of a file dump it into another file while at the same time sorting it? this is my script..simple i know!? echo "Enter the file log you wish to use. : " read file awk '{print $1,$2,$4,$5}' $file >> list Im trying to dump it into that list file and sort it at... (6 Replies)
Discussion started by: jspinal
6 Replies
Login or Register to Ask a Question
CIPTOOL(1)																CIPTOOL(1)

NAME
ciptool - Bluetooth Common ISDN Access Profile (CIP) SYNOPSIS
ciptool [ options ] < command > DESCRIPTION
ciptool is used to set up, maintain, and inspect the CIP configuration of the Bluetooth subsystem in the Linux kernel. OPTIONS
-h Gives a list of possible commands. -i <hciX> | <bdaddr> The command is applied to device hciX , which must be the name or the address of an installed Bluetooth device. If not specified, the command will be use the first available Bluetooth device. COMMANDS
show Display information about the connected devices. search Search for Bluetooth devices and connect to first one that offers CIP support. connect <bdaddr> [psm] Connect the local device to the remote Bluetooth device on the specified PSM number. If no PSM is specified, it will use the SDP to retrieve it from the remote device. release [bdaddr] Release a connection to the specific device. If no address is given and only one device is connected this will be released. loopback <bdaddr> [psm] Create a connection to the remote device for Bluetooth testing. This command will not provide a CAPI controller, because it is only for testing the CAPI Message Transport Protocol. AUTHOR
Written by Marcel Holtmann <marcel@holtmann.org>. JUNE 6, 2003 CIPTOOL(1)