Searched refs:BluetoothConnection (Results 1 – 6 of 6) sorted by relevance
29 BluetoothConnection::BluetoothConnection() : connectedScoAddr_("") {} in BluetoothConnection() function in OHOS::Telephony::BluetoothConnection31 BluetoothConnection::~BluetoothConnection() in ~BluetoothConnection()46 void BluetoothConnection::Init() in Init()88 bool BluetoothConnection::IsBtAvailble() in IsBtAvailble()100 int32_t BluetoothConnection::SendBtCallState( in SendBtCallState()133 bool BluetoothConnection::IsAudioActivated() in IsAudioActivated()140 void BluetoothConnection::ResetBtConnection() in ResetBtConnection()146 void BluetoothConnection::RegisterObserver() in RegisterObserver()169 void BluetoothConnection::RemoveBtDevice(const std::string &address) in RemoveBtDevice()230 DelayedSingleton<BluetoothConnection>::GetInstance()->RegisterObserver(); in OnAddSystemAbility()[all …]
27 BluetoothCallManager::BluetoothCallManager() : btConnection_(DelayedSingleton<BluetoothConnection>:… in BluetoothCallManager()
43 class BluetoothConnection : public OHOS::Bluetooth::HandsFreeAudioGatewayObserver,44 public std::enable_shared_from_this<BluetoothConnection> {46 class BluetoothConnection {48 DECLARE_DELAYED_SINGLETON(BluetoothConnection)
36 std::shared_ptr<BluetoothConnection> btConnection_;
82 DelayedSingleton<BluetoothConnection>::GetInstance()->Init(); in Init()
382 auto bluetoothConnection = std::make_shared<BluetoothConnection>();