Home
last modified time | relevance | path

Searched refs:OnAdvertisingStateChanged (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gas/
H A Dgeneric_access_service.cpp110 void OnAdvertisingStateChanged(const int state) in OnAdvertisingStateChanged() function in OHOS::bluetooth::GenericAccessService::AdapterBleObserverImpl
112 …service_.dispatcher_.PostTask(std::bind(&GenericAccessService::OnAdvertisingStateChanged, &service… in OnAdvertisingStateChanged()
286 void GenericAccessService::OnAdvertisingStateChanged(int state) in OnAdvertisingStateChanged() function in OHOS::bluetooth::GenericAccessService
H A Dgeneric_access_service.h79 void OnAdvertisingStateChanged(int state);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter_ble.h195 virtual void OnAdvertisingStateChanged(const int state) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.cpp1624 … [status](IAdapterBleObserver &observer) { observer.OnAdvertisingStateChanged(status); }); in OnStartAdvertisingEvt()
1635 … [status](IAdapterBleObserver &observer) { observer.OnAdvertisingStateChanged(status); }); in OnStopAdvertisingEvt()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp502 void OnAdvertisingStateChanged(const int32_t state) override in OnAdvertisingStateChanged() function in OHOS::Bluetooth::BluetoothHostServer::impl::AdapterBleObserver