Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_gatt_service_parcel.cpp24 const uint32_t GATT_SERVICE_PARCEL_SIZE_MAX = 0x100; member
101 if (!parcel.ReadUint32(size) || size > GATT_SERVICE_PARCEL_SIZE_MAX) { in ReadFromParcel()
112 if (!parcel.ReadUint32(size) || size > GATT_SERVICE_PARCEL_SIZE_MAX) { in ReadFromParcel()

Completed in 2 milliseconds