Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_gatt_characteristic_parcel.cpp27 const uint32_t GATT_CHARACTERISTIC_PARCEL_SIZE_MAX = 0x400; variable
112 if (!parcel.ReadUint32(length) || length > GATT_CHARACTERISTIC_PARCEL_SIZE_MAX) { in ReadFromParcel()
136 if (!parcel.ReadUint32(size) || size > GATT_CHARACTERISTIC_PARCEL_SIZE_MAX) { in ReadFromParcel()