AVDTP error code.
Enumerator |
---|
BT_AVDTP_SUCCESS | The response is success, it is not from avdtp spec.
|
BT_AVDTP_TIME_OUT | The request is time out without response, it is not from avdtp spec.
|
BT_AVDTP_BAD_HEADER_FORMAT | The request packet header format error.
|
BT_AVDTP_BAD_LENGTH | The request packet length is not match the assumed length.
|
BT_AVDTP_BAD_ACP_SEID | The requested command indicates an invalid ACP SEID (not addressable)
|
BT_AVDTP_SEP_IN_USE | The SEP is in use.
|
BT_AVDTP_SEP_NOT_IN_USE | The SEP is not in use.
|
BT_AVDTP_BAD_SERV_CATEGORY | The value of Service Category in the request packet is not defined in AVDTP.
|
BT_AVDTP_BAD_PAYLOAD_FORMAT | The requested command has an incorrect payload format.
|
BT_AVDTP_NOT_SUPPORTED_COMMAND | The requested command is not supported by the device.
|
BT_AVDTP_INVALID_CAPABILITIES | The reconfigure command is an attempt to reconfigure a transport service codec_cap of the SEP.
Reconfigure is only permitted for application service codec_cap
|
BT_AVDTP_BAD_RECOVERY_TYPE | The requested Recovery Type is not defined in AVDTP.
|
BT_AVDTP_BAD_MEDIA_TRANSPORT_FORMAT | The format of Media Transport Capability is not correct.
|
BT_AVDTP_BAD_RECOVERY_FORMAT | The format of Recovery Service Capability is not correct.
|
BT_AVDTP_BAD_ROHC_FORMAT | The format of Header Compression Service Capability is not correct.
|
BT_AVDTP_BAD_CP_FORMAT | The format of Content Protection Service Capability is not correct.
|
BT_AVDTP_BAD_MULTIPLEXING_FORMAT | The format of Multiplexing Service Capability is not correct.
|
BT_AVDTP_UNSUPPORTED_CONFIGURAION | Configuration not supported.
|
BT_AVDTP_BAD_STATE | Indicates that the ACP state machine is in an invalid state in order to process the signal.
This also includes the situation when an INT receives a request for the same command that it is currently expecting a response
|