Home
last modified time | relevance | path

Searched refs:OnAutoStopAdvEvent (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_ble_advertise_callback.h29 virtual void OnAutoStopAdvEvent(int32_t advHandle) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_ble_advertise_callback_proxy.h30 void OnAutoStopAdvEvent(int32_t advHandle) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_advertiser_server.cpp70 void OnAutoStopAdvEvent(uint8_t advHandle) override in OnAutoStopAdvEvent() function in OHOS::Bluetooth::BleAdvertiserCallback
75 …[advHandle](IBluetoothBleAdvertiseCallback *observer) { observer->OnAutoStopAdvEvent(advHandle); }… in OnAutoStopAdvEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_ble_advertise_callback_proxy.cpp148 void BluetoothBleAdvertiseCallbackProxy::OnAutoStopAdvEvent(int32_t advHandle) in OnAutoStopAdvEvent() function in OHOS::Bluetooth::BluetoothBleAdvertiseCallbackProxy
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_ble_advertise_callback_stub.cpp131 stub->OnAutoStopAdvEvent(advHandle); in OnAutoStopAdvEventInner()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter_ble.h108 virtual void OnAutoStopAdvEvent(uint8_t advHandle) = 0;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_advertiser.cpp111 void OnAutoStopAdvEvent(int32_t advHandle) override in OnAutoStopAdvEvent() function in OHOS::Bluetooth::BleAdvertiser::impl::BluetoothBleAdvertiserCallbackImp
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_advertiser_impl.cpp1370 callback_->OnAutoStopAdvEvent(pimpl->advStopHandle_); in GapAdvStopCompleteEvt()