# Verify MAP functions

MAP defines the features and procedures for devices to exchange message
objects.

To perform Bluetooth MAP functions, you must first complete the steps in the following procedure.

## Prerequisites

- Enable SSH to access your host device. For instructions, see [Sign in using SSH](https://docs.qualcomm.com/bundle/publicresource/topics/80-80022-254/how_to.html#use-ssh).
- Pair the DUT and the remote device. For instructions, see [Pair with a remote Bluetooth device](https://docs.qualcomm.com/doc/80-80022-13/topic/bluez-perform-bluetooth-gap-functions.html#section-h4c-1bs-lcc-08-21-24-1205-46-507).
- Place the DUT and the remote device in the Bluetooth vicinity.

## Set up the device for Bluetooth MAP functions

1. Run the SSH in command prompt using the following command:

ssh root@<device_IP_address>
        Copy to clipboard

    **Example**

    If the IP address of the device is `10.92.160.222`, run the following command:

ssh root@10.92.160.222
        Copy to clipboard
2. Connect to the SSH by entering the following password:

oelinux123
        Copy to clipboard
3. Open the Bluetooth test application by running the following command:

obexctl
        Copy to clipboard

    To view OBEX functions, run the following command:

help
        Copy to clipboard

    This command provides the main menu of **obexctl**. To perform MAP server and client functions, see [Perform Bluetooth MAP server functions](https://docs.qualcomm.com/doc/80-80022-13/topic/bluez-perform-bluetooth-map-server-functions.html#bluez-perform-bluetooth-map-server-functions) and [Perform Bluetooth MAP client functions](https://docs.qualcomm.com/doc/80-80022-13/topic/bluez-perform-bluetooth-map-client-functions.html#bluez-perform-bluetooth-map-client-functions).

    **Sample output**

sh-5.1# obexctl
        [NEW] Client /org/bluez/obex
        [obex]# help
        Menu main:
        Available commands:
        -------------------
        connect <dev> [uuid] [channel]                    Connect session
        disconnect [session]                              Disconnect session
        list                                              List available sessions
        show [session]                                    Session information
        select <session>                                  Select default session
        info <object>                                     Object information
        cancel <transfer>                                 Cancel transfer
        suspend <transfer>                                Suspend transfer
        resume <transfer>                                 Resume transfer
        send <file>                                       Send file
        pull <file>                                       Pull Vobject & stores in file
        cd <path>                                         Change current folder
        ls <options>                                      List current folder
        cp <source file> <destination file>               Copy source file to destination file
        mv <source file> <destination file>               Move source file to destination file
        rm <file>                                         Delete file
        mkdir <folder>                                    Create folder
        version                                           Display version
        quit                                              Quit program
        exit                                              Quit program
        help                                              Display help about this program
        export                                            Print environment variables
        [obex]#
        Copy to clipboard

## Next steps

- [Perform Bluetooth MAP server functions](https://docs.qualcomm.com/doc/80-80022-13/topic/bluez-perform-bluetooth-map-server-functions.html)
You can verify Bluetooth MAP server functionality using the commands provided in the main menu of `obexctl`. Bluetooth MAP server functions allow you to get and read a message on the server.
- [Perform Bluetooth MAP client functions](https://docs.qualcomm.com/doc/80-80022-13/topic/bluez-perform-bluetooth-map-client-functions.html)
You can verify Bluetooth MAP client functionality using the commands provided in the main menu of `obexctl`. Bluetooth MAP client functions allow you to connect to remote device, send a message, and list all messages on the device.

Last Published: May 10, 2026

[Previous Topic
Perform Bluetooth PBAP client functions](https://docs.qualcomm.com/bundle/publicresource/80-80022-13/topics/bluez-perform-bluetooth-pbap-client-functions.md) [Next Topic
Perform Bluetooth MAP server functions](https://docs.qualcomm.com/bundle/publicresource/80-80022-13/topics/bluez-perform-bluetooth-map-server-functions.md)