User Manual

Chapter 3. Commands
Synopsis
INQUIRY {timeout} [NAME]
Description
timeout
The maximum amount of time (in units of 1.28 seconds) before the inquiry pro-
cess is halted
Note: It may take up to 10.24 seconds for Bluetooth device to answer inquiry scan
and thus timeout value should be at least 8 if it is necessary to find every device in
the area.
NAME
Optional flag to automatically request friendly name for found devices, see com-
mand NAME for more information about remote name request
Response
INQUIRY {num_of_devices}
INQUIRY {addr} {class_of_device}*
num_of_devices
Amount of found devices
addr
Bluetooth device address of found device
class_of_device
Bluetooth Class of Device of found device
Note: Response from INQUIRY comes after specified timeout.
Events
INQUIRY_PARTIAL events are delivered as devices are found.
NAME events are delivered after INQUIRY if NAME flag is present.
Examples
Example 3-4. Inquiry without friendly name request
INQUIRY 10
INQUIRY_PARTIAL 00:07:80:bf:bf:01 001f00
INQUIRY_PARTIAL 00:07:80:80:05:65 920300
INQUIRY_PARTIAL 00:07:80:80:32:e0 920300
INQUIRY 3
INQUIRY 00:07:80:bf:bf:01 001f00
INQUIRY 00:07:80:80:05:65 920300
INQUIRY 00:07:80:80:32:e0 920300
7