Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_audio_connection.cpp134 dev.linkType = LINK_TYPE_SCO; in ConnectByCvsd()
238 } else if (dev.linkType == LINK_TYPE_SCO) { in AcceptByCvsd()
H A Dhfp_hf_audio_connection.h40 uint8_t linkType {LINK_TYPE_SCO};
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_audio_connection.h39 uint8_t linkType {LINK_TYPE_SCO};
H A Dhfp_ag_audio_connection.cpp176 dev.linkType = LINK_TYPE_SCO; in ConnectByCvsd()
306 } else if (dev.linkType == LINK_TYPE_SCO) { in AcceptByCvsd()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dbtm.h805 #define LINK_TYPE_SCO 0x00 macro