Home
last modified time | relevance | path

Searched refs:BleAdvertiseCallback (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_ble_advertiser.h338 class BleAdvertiseCallback { class
341 * @brief A destructor used to delete the <b>BleAdvertiseCallback</b> instance.
345 virtual ~BleAdvertiseCallback() = default;
434 const BleAdvertiserData &scanResponse, uint16_t duration, std::shared_ptr<BleAdvertiseCallback> callback);
447 const std::vector<uint8_t> &scanResponse, uint16_t duration, std::shared_ptr<BleAdvertiseCallback> callback);
457 int EnableAdvertising(uint8_t advHandle, uint16_t duration, std::shared_ptr<BleAdvertiseCallback> callback);
466 int DisableAdvertising(uint8_t advHandle, std::shared_ptr<BleAdvertiseCallback> callback);
469 std::shared_ptr<BleAdvertiseCallback> callback);
470 int StopAdvertising(std::shared_ptr<BleAdvertiseCallback> callback);
478 void Close(std::shared_ptr<BleAdvertiseCallback> callbac
[all...]
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_advertiser.cpp58 std::shared_ptr<BleAdvertiseCallback> observer = nullptr;
136 BluetoothObserverMap<std::shared_ptr<BleAdvertiseCallback>> callbacks_;
313 const BleAdvertiserData &scanResponse, uint16_t duration, std::shared_ptr<BleAdvertiseCallback> callback) in StartAdvertising()
365 const std::vector<uint8_t> &scanResponse, uint16_t duration, std::shared_ptr<BleAdvertiseCallback> callback) in StartAdvertising()
412 std::shared_ptr<BleAdvertiseCallback> callback) in SetAdvertisingData()
437 std::shared_ptr<BleAdvertiseCallback> callback) in EnableAdvertising()
454 std::shared_ptr<BleAdvertiseCallback> observer = pimpl->callbacks_.GetAdvertiserObserver(advHandle); in EnableAdvertising()
464 int BleAdvertiser::DisableAdvertising(uint8_t advHandle, std::shared_ptr<BleAdvertiseCallback> callback) in DisableAdvertising()
481 std::shared_ptr<BleAdvertiseCallback> observer = pimpl->callbacks_.GetAdvertiserObserver(advHandle); in DisableAdvertising()
491 int BleAdvertiser::StopAdvertising(std::shared_ptr<BleAdvertiseCallback> callbac
[all...]
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_ble_advertise_callback.h25 class NapiBluetoothBleAdvertiseCallback : public BleAdvertiseCallback {
/foundation/communication/bluetooth_service/test/unittest/ble/
H A Dble_test.h25 class BleAdvertiseCallbackTest : public Bluetooth::BleAdvertiseCallback {
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt.cpp178 class BleAdvCallback : public BleAdvertiseCallback {

Completed in 5 milliseconds