Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/profile/avrcp/
Dconnection_handler.cc501 uint16_t peer_avrcp_version = 0; in SdpCb() local
514 sdp_record, UUID_SERVCLASS_AV_REMOTE_CONTROL, &peer_avrcp_version); in SdpCb()
516 peer_avrcp_version); in SdpCb()
518 if (peer_avrcp_version >= AVRC_REV_1_3) { in SdpCb()
524 if (peer_avrcp_version >= AVRC_REV_1_4) { in SdpCb()
548 avrc_->SaveControllerVersion(bdaddr, peer_avrcp_version); in SdpCb()
589 cb.Run(status, peer_avrcp_version, peer_features); in SdpCb()