Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_ble_scan_result.cpp21 const int32_t BLE_SCAN_READ_DATA_SIZE_MAX_LEN = 0x400; member
126 if (!parcel.ReadInt32(uuidSize) || uuidSize > BLE_SCAN_READ_DATA_SIZE_MAX_LEN) { in ReadServiceUuidsFromParcel()
160 if (!parcel.ReadInt32(manuSize) || manuSize > BLE_SCAN_READ_DATA_SIZE_MAX_LEN) { in ReadManufacturerDataFromParcel()
197 if (!parcel.ReadInt32(serviceDataSize) || serviceDataSize > BLE_SCAN_READ_DATA_SIZE_MAX_LEN) { in ReadServiceDataFromParcel()

Completed in 1 milliseconds