Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_battery_observer.h57 void OnHfBatteryLevelChanged(const RawAddress &device, int indValue);
H A Dclassic_battery_observer.cpp60 void ClassicBatteryObserverAg::OnHfBatteryLevelChanged(const RawAddress &device, int indValue) in OnHfBatteryLevelChanged() function in OHOS::bluetooth::ClassicBatteryObserverAg
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_hfp_ag.h104 virtual void OnHfBatteryLevelChanged(const RawAddress &device, int indValue) in OnHfBatteryLevelChanged() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_service.cpp826 (*iter)->OnHfBatteryLevelChanged(device, indValue); in NotifyHfBatteryLevel()