Searched refs:OnConnectionStateChanged (Results 1 - 5 of 5) sorted by relevance
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/ |
H A D | bluetooth_a2dp_src_observer.cpp | 24 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 D | bluetooth_a2dp_audio_src_observer_stub.cpp | 68 OnConnectionStateChanged(RawAddress(addr), state, cause);
in OnConnectionStateChangedInner()
|
H A D | audio_bluetooth_manager.cpp | 117 .OnConnectionStateChanged = AudioOnConnectionStateChanged,
|
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/include/ |
H A D | bluetooth_a2dp_src_observer.h | 27 void OnConnectionStateChanged(const OHOS::bluetooth::RawAddress &device, int state, int cause);
|
H A D | audio_bluetooth_manager.h | 35 void (*OnConnectionStateChanged)(const RawAddress &device, int state, int cause);
member
|
Completed in 3 milliseconds