Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_audio_connection.cpp28 BtmScoCallbacks HfpHfAudioConnection::g_cbs = { member in OHOS::bluetooth::HfpHfAudioConnection
54 int ret = BTM_RegisterScoCallbacks(&g_cbs, nullptr); in Register()
63 int ret = BTM_DeregisterScoCallbacks(&g_cbs); in Deregister()
H A Dhfp_hf_audio_connection.h260 static BtmScoCallbacks g_cbs; variable
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_audio_connection.cpp29 BtmScoCallbacks HfpAgAudioConnection::g_cbs = { member in OHOS::bluetooth::HfpAgAudioConnection
78 int ret = BTM_RegisterScoCallbacks(&g_cbs, nullptr); in Register()
88 int ret = BTM_DeregisterScoCallbacks(&g_cbs); in Deregister()
H A Dhfp_ag_audio_connection.h280 static BtmScoCallbacks g_cbs; variable