Home
last modified time | relevance | path

Searched refs:OnConnectionStateChanged (Results 1 - 5 of 5) sorted by relevance

/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/
H A Dbluetooth_a2dp_src_observer.cpp24 void BluetoothA2dpSrcObserver::OnConnectionStateChanged(const OHOS::bluetooth::RawAddress &device, in OnConnectionStateChanged() function in BluetoothA2dpSrcObserver
27 HDF_LOGI("BluetoothA2dpSrcObserver::OnConnectionStateChanged"); in OnConnectionStateChanged()
28 if ((callbacks_ != nullptr) && (callbacks_->OnConnectionStateChanged)) { in OnConnectionStateChanged()
29 callbacks_->OnConnectionStateChanged(device, state, cause); in OnConnectionStateChanged()
H A Dbluetooth_a2dp_audio_src_observer_stub.cpp68 OnConnectionStateChanged(RawAddress(addr), state, cause); in OnConnectionStateChangedInner()
H A Daudio_bluetooth_manager.cpp117 .OnConnectionStateChanged = AudioOnConnectionStateChanged,
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/include/
H A Dbluetooth_a2dp_src_observer.h27 void OnConnectionStateChanged(const OHOS::bluetooth::RawAddress &device, int state, int cause);
H A Daudio_bluetooth_manager.h35 void (*OnConnectionStateChanged)(const RawAddress &device, int state, int cause); member

Completed in 2 milliseconds