Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_trans.c274 const uint32_t maxPayload = connection->mtu - MTU_HEADER_SIZE - BLE_TRANS_HEADER_SIZE; in ConnGattTransSend() local
279 uint32_t sendLen = waitSendLen <= maxPayload ? waitSendLen : maxPayload; in ConnGattTransSend()