Home
last modified time | relevance | path

Searched refs:peer_avrcp_version (Results 1 – 1 of 1) sorted by relevance

/system/bt/profile/avrcp/
Dconnection_handler.cc425 uint16_t peer_avrcp_version = 0; in SdpCb() local
439 sdp_record, UUID_SERVCLASS_AV_REMOTE_CONTROL, &peer_avrcp_version); in SdpCb()
441 << " peer avrcp version=" << loghex(peer_avrcp_version); in SdpCb()
443 if (peer_avrcp_version >= AVRC_REV_1_3) { in SdpCb()
450 if (peer_avrcp_version >= AVRC_REV_1_4) { in SdpCb()
514 cb.Run(status, peer_avrcp_version, peer_features); in SdpCb()