Home
last modified time | relevance | path

Searched refs:OnSensingStateChanged (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_resource_manager_observer.h30 virtual void OnSensingStateChanged(uint8_t eventId, const BluetoothSensingInfo &info) = 0;
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_resource_manager_observer_stub.cpp67 stub->OnSensingStateChanged(eventId, *info); in OnSensingStateChangedInner()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_host.h274 virtual void OnSensingStateChanged(uint8_t eventId, const SensingInfo &info) in OnSensingStateChanged() function in OHOS::Bluetooth::BluetoothResourceManagerObserver
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host.cpp385 void OnSensingStateChanged(uint8_t eventId, const BluetoothSensingInfo &info) override
397 observer->OnSensingStateChanged(eventId, sensingInfo);

Completed in 4 milliseconds