Home
last modified time | relevance | path

Searched refs:lpDeviceParam (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt.h932 int SetLpDeviceParam(const BtLpDeviceParam *lpDeviceParam);
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt.cpp1351 int SetLpDeviceParam(const BtLpDeviceParam *lpDeviceParam) in SetLpDeviceParam() argument
1354 if (lpDeviceParam == nullptr) { in SetLpDeviceParam()
1359 int ret = ConvertLpDeviceParamData(lpDeviceParam, paramSet); in SetLpDeviceParam()