Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_parcel_data.cpp61 this->SetPeripheralDevice(device.GetRawAddress()); in ScanResult()
H A Dble_service_data.h1289 void SetPeripheralDevice(const BlePeripheralDevice &dev);
1398 void SetPeripheralDevice(const RawAddress &device) in SetPeripheralDevice() function
H A Dble_parcel_data.h568 void SetPeripheralDevice(const RawAddress &device) in SetPeripheralDevice() function
H A Dble_service_data.cpp1581 void BleScanResultImpl::SetPeripheralDevice(const BlePeripheralDevice &dev) in SetPeripheralDevice() function in OHOS::bluetooth::BleScanResultImpl
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_central_manager.cpp75 scanResult.SetPeripheralDevice(device); in OnScanCallback()
115 scanResult.SetPeripheralDevice(device); in OnBleBatchScanResultsEvent()
603 void BleScanResult::SetPeripheralDevice(const BluetoothRemoteDevice &device) in SetPeripheralDevice() function in OHOS::Bluetooth::BleScanResult
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_ble_central_manager.h169 void SetPeripheralDevice(const BluetoothRemoteDevice &device);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_central_manager_server.cpp169 bleScanResult.SetPeripheralDevice(iter->GetPeripheralDevice().GetRawAddress()); in OnBleBatchScanResultsEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_central_manager_impl.cpp466 result.SetPeripheralDevice(device); in AddPeripheralDevice()