Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_ble_scan_result.cpp24 const int32_t BLE_SCAN_READ_DATA_SIZE_MAX_LEN = 0x400; variable
129 if (!parcel.ReadInt32(uuidSize) || uuidSize > BLE_SCAN_READ_DATA_SIZE_MAX_LEN) { in ReadServiceUuidsFromParcel()
163 if (!parcel.ReadInt32(manuSize) || manuSize > BLE_SCAN_READ_DATA_SIZE_MAX_LEN) { in ReadManufacturerDataFromParcel()
200 if (!parcel.ReadInt32(serviceDataSize) || serviceDataSize > BLE_SCAN_READ_DATA_SIZE_MAX_LEN) { in ReadServiceDataFromParcel()