Home
last modified time | relevance | path

Searched refs:advSettings (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt.cpp1245 void ConvertAdvSettingParam(const BtLpDeviceParam *param, BleAdvertiserSettings &advSettings) in ConvertAdvSettingParam() argument
1249 advSettings.SetInterval(param->advParam.minInterval); in ConvertAdvSettingParam()
1252 advSettings.SetConnectable(false); in ConvertAdvSettingParam()
1316 ConvertAdvSettingParam(inParam, outParam.advSettings); in ConvertLpDeviceParamData()
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_ble_central_manager.h531 BleAdvertiserSettings advSettings; member
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_central_manager.cpp496 pimpl->ConvertAdvertiserSetting(lpDeviceParamSet.advSettings, paramSet.btAdvSettings); in SetLpDeviceParam()