Home
last modified time | relevance | path

Searched defs:BluetoothBleScanResult (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_ble_scan_result.h24 class BluetoothBleScanResult : public Parcelable, public bluetooth::ScanResult { class
27 explicit BluetoothBleScanResult(const bluetooth::ScanResult &other) : bluetooth::ScanResult(other) in BluetoothBleScanResult() function in OHOS::Bluetooth::BluetoothBleScanResult
29 explicit BluetoothBleScanResult(const BluetoothBleScanResult &other) : bluetooth::ScanResult(other) in BluetoothBleScanResult() function in OHOS::Bluetooth::BluetoothBleScanResult
31 explicit BluetoothBleScanResult(const bluetooth::BleScanResultImpl &other) : bluetooth::ScanResult(other) in BluetoothBleScanResult() function in OHOS::Bluetooth::BluetoothBleScanResult

Completed in 2 milliseconds