SYNTAX

    btservices [options] [<command>]


OPTIONS

-h (--help) bool

Display help.

-a (--address) string

The BT address to use with either the services or attributes commands.

-r (--record) string

The service record handle to use with the attribute command.

-u (--uuid) string

Specify a UUID filter when searching the service records. Can be either in name or in hex format e.g. 0x0100 or L2CAP. Use the uuid command to obtain a list of UUID values and names.

-v (--verbose) bool

Verbose output. Specify twice (i.e. -vv) for even more detail. Can be specified more than once.


ARGUMENTS

[<command>]

The command to execute. Defaults to devices.

devices

Scan for devices.

services

Search for a service. Use -a to specify a device BT address and optionally -u to specify a UUID filter.

attributes

Search for an attribute. Use -a to specify a device BT address and -r to specify a service handle (as given by the services command).

local

Display information about the local device.

uuids

Print a list of UUID strings and their values.

status

Prints out the current status of the Bluetooth radio (on or off). (Only available on S60 5th edition or later)

enable

Attempts to turn on Bluetooth. (Only available on S60 5th edition or later)

disable

Attempts to turn off Bluetooth. (Only available on S60 5th edition or later)


DESCRIPTION

Discovers services available on Bluetooth enabled devices in the vicinity.


COPYRIGHT

Copyright (c) 2009-2010 Accenture. All rights reserved.