Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/nfc/services/src/tag/
H A Dbt_connection_manager.cpp52 CONN_RES_DISCONNECTED enumerator
487 g_hfpConnState = BtConnResult::CONN_RES_DISCONNECTED; in HandleBtConnect()
505 g_a2dpConnState = BtConnResult::CONN_RES_DISCONNECTED; in HandleBtConnect()
599 g_hidConnState = BtConnResult::CONN_RES_DISCONNECTED; in HandleBtDisconnect()
610 g_hfpConnState = BtConnResult::CONN_RES_DISCONNECTED; in HandleBtDisconnect()
640 if (g_hidConnState == BtConnResult::CONN_RES_DISCONNECTED) { in HandleBtDisconnectWaiting()
650 if (g_a2dpConnState == BtConnResult::CONN_RES_DISCONNECTED && in HandleBtDisconnectWaiting()
651 g_hfpConnState == BtConnResult::CONN_RES_DISCONNECTED) { in HandleBtDisconnectWaiting()
826 g_hfpConnState = CONN_RES_DISCONNECTED; in OnConnectionStateChanged()
828 g_a2dpConnState = CONN_RES_DISCONNECTED; in OnConnectionStateChanged()
[all …]