MAPΒΆ

Audio Agent 6 includes a generic access to receiving messages over MAP(v1.1) profile. When MAP is connected, a notification service is registered and the phone notifies Audio Agent when a new message is arrived.

When notified, Audio Agent notifies the host with the following event:

MAP_NEW_SMS [link id]

After receiving the notification the full message will be received and passed on to the host without any modification. The full message is surrounded with

MAP_MSG_BEGIN [link id]

And

MAP_MSG_ENG [link Id]

Note that in cases where a message is big, it can arrive inside multiple MAP_MSG_BEGIN and MSP_MSG_END events, and in this case, different events might come between the different MAP messages.

When using MAP with an iOS device, iOS requires the user to enable notification for the paired device from the Bluetooth menu.