Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_ble_central_manager.h35 struct BluetoothLpDeviceParamSet { struct
68 virtual int SetLpDeviceParam(const BluetoothLpDeviceParamSet &paramSet) = 0; argument
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_ble_central_manager_proxy.cpp359 int WriteScanParcelData(const BluetoothLpDeviceParamSet &paramSet, MessageParcel &data) in WriteScanParcelData()
383 int WriteAdvertiserParcelData(const BluetoothLpDeviceParamSet &paramSet, MessageParcel &data) in WriteAdvertiserParcelData()
408 int WriteActiveDeviceInfoParcelData(const BluetoothLpDeviceParamSet &paramSet, MessageParcel &data) in WriteActiveDeviceInfoParcelData()
433 int BluetoothBleCentralManagerProxy::SetLpDeviceParam(const BluetoothLpDeviceParamSet &paramSet) in SetLpDeviceParam()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_ble_central_manager_proxy.h47 int SetLpDeviceParam(const BluetoothLpDeviceParamSet &paramSet) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_ble_central_manager_server.h53 int SetLpDeviceParam(const BluetoothLpDeviceParamSet &paramSet) override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_central_manager.cpp486 BluetoothLpDeviceParamSet paramSet; in SetLpDeviceParam()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_central_manager_server.cpp775 int BluetoothBleCentralManagerServer::SetLpDeviceParam(const BluetoothLpDeviceParamSet &paramSet) in SetLpDeviceParam()