Searched refs:GetAdvertiserHandle (Results 1 – 11 of 11) sorted by relevance
356 ret = proxy->GetAdvertiserHandle(advHandle); in StartAdvertising()404 ret = proxy->GetAdvertiserHandle(advHandle); in StartAdvertising()453 uint8_t tmpAdvHandle = pimpl->callbacks_.GetAdvertiserHandle(callback); in EnableAdvertising()480 uint8_t tmpAdvHandle = pimpl->callbacks_.GetAdvertiserHandle(callback); in DisableAdvertising()508 uint8_t advHandle = pimpl->callbacks_.GetAdvertiserHandle(callback); in StopAdvertising()531 uint8_t advHandle = pimpl->callbacks_.GetAdvertiserHandle(callback); in Close()550 return pimpl->callbacks_.GetAdvertiserHandle(callback); in GetAdvHandle()
35 uint8_t GetAdvertiserHandle(T observer);112 uint8_t BluetoothObserverMap<T>::GetAdvertiserHandle(T observer) in GetAdvertiserHandle() function
42 virtual int32_t GetAdvertiserHandle(int32_t &advHandle) = 0;
41 virtual int32_t GetAdvertiserHandle(int32_t &advHandle) override;
39 int32_t GetAdvertiserHandle(int32_t &advHandle) override;
287 int32_t BluetoothBleAdvertiserServer::GetAdvertiserHandle(int32_t &advHandle) in GetAdvertiserHandle() function in OHOS::Bluetooth::BluetoothBleAdvertiserServer298 advHandle = bleService->GetAdvertiserHandle(); in GetAdvertiserHandle()
365 virtual uint8_t GetAdvertiserHandle() const = 0;
170 uint8_t GetAdvertiserHandle() const override;
1514 uint8_t BleAdapter::GetAdvertiserHandle() const in GetAdvertiserHandle() function in OHOS::bluetooth::BleAdapter
176 int result = GetAdvertiserHandle(advHandle); in GetAdvertiserHandleInner()
219 int32_t BluetoothBleAdvertiserProxy::GetAdvertiserHandle(int32_t &advHandle) in GetAdvertiserHandle() function in OHOS::Bluetooth::BluetoothBleAdvertiserProxy