Home
last modified time | relevance | path

Searched refs:SetAdvertiseFlag (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_parcel_data.cpp27 this->SetAdvertiseFlag(device.GetAdFlag()); in ScanResult()
H A Dble_parcel_data.h601 void SetAdvertiseFlag(uint8_t flag) in SetAdvertiseFlag() function
H A Dble_service_data.h1431 void SetAdvertiseFlag(uint8_t flag) in SetAdvertiseFlag() function
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_central_manager.cpp71 scanResult.SetAdvertiseFlag(tempResult.GetAdvertiseFlag()); in OnScanCallback()
111 scanResult.SetAdvertiseFlag(result.GetAdvertiseFlag()); in OnBleBatchScanResultsEvent()
618 void BleScanResult::SetAdvertiseFlag(uint8_t flag) in SetAdvertiseFlag() function in OHOS::Bluetooth::BleScanResult
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_ble_central_manager.h193 void SetAdvertiseFlag(uint8_t flag);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_central_manager_server.cpp141 bleScanResult.SetAdvertiseFlag(iter->GetPeripheralDevice().GetAdFlag()); in OnBleBatchScanResultsEvent()