Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_audio_connection.cpp131 dev.linkType = LINK_TYPE_ESCO; in ConnectByMsbc()
161 dev.linkType = LINK_TYPE_ESCO; in ConnectByCvsd()
169 dev.linkType = LINK_TYPE_ESCO; in ConnectByCvsd()
292 if (dev.linkType == LINK_TYPE_ESCO && escoSupport_) { in AcceptByCvsd()
332 if (dev->linkType == LINK_TYPE_ESCO && escoSupport_) { in AcceptAudioConnection()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_audio_connection.cpp116 dev.linkType = LINK_TYPE_ESCO; in ConnectByCvsd()
224 if (dev.linkType == LINK_TYPE_ESCO && escoSupport_) { in AcceptByCvsd()
261 if (dev->linkType == LINK_TYPE_ESCO && escoSupport_) { in AcceptAudioConnection()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dbtm.h806 #define LINK_TYPE_ESCO 0x02 macro