Home
last modified time | relevance | path

Searched refs:BLE_LPDEVICE_RESPDATA_VALID_BIT (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_ble_central_manager_proxy.cpp399 if ((paramSet.fieldValidFlagBit & bluetooth::BLE_LPDEVICE_RESPDATA_VALID_BIT) != 0) { in WriteAdvertiserParcelData()
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_def.h1560 constexpr int BLE_LPDEVICE_RESPDATA_VALID_BIT = 0x10; variable
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_central_manager.cpp504 if ((lpDeviceParamSet.fieldValidFlagBit & BLE_LPDEVICE_RESPDATA_VALID_BIT) != 0) { in SetLpDeviceParam()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dbt_def.h491 constexpr int32_t BLE_LPDEVICE_RESPDATA_VALID_BIT = 0x10; variable
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt.cpp1327 outParam.fieldValidFlagBit |= BLE_LPDEVICE_RESPDATA_VALID_BIT; in ConvertLpDeviceParamData()