Programming Manual

66 / 139
i480e&i480e-MD2 Programming Manual
Parameters
time
Time. ASCII code. Unit: ms
Note
N/A
11.10
AVRCPPOS
The AVRCPPOS indication is used to inform the playback progress of current
playing media.
Indication
AT-B AVRCPPOS [position]
Parameters
position
Playback progress
Note
N/A
12
PBAP Client AT Command Definition
This chapter introduces PBAP (Phone Book Client Equipment Role) relevant AT
commands’ definition, including a brief description of commands’ syntax, responses
and examples.
12.1
PBAP Status
typedef enum
{
pbapc_success, /*! Last operation was successful. */
pbapc_failure, /*! Last operation failed. */
pbapc_aborted, /*! Last operation was aborted. */
pbapc_not_idle, /*! Client is not idle, so cannot perform the current operation.
*/
pbapc_wrong_state, /*! Operation failed due to being in the wrong state.*/
pbapc_sdp_failure_resource, /*! Unable to register the SDP record due to a
lack of resources */
pbapc_sdp_failure_bluestack, /*! Unable to register the SDP record due to
Bluestack */
pbapc_remote_disconnect, /*! Remote host has disconnected or the link has
been lost. */
pbapc_spb_unauthorised = 0x10, /*! Not authorised to access this
phonebook */
pbapc_spb_no_repository, /*! The server does not contain this
Barrot Confidential