Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_trans.c32 static const int32_t MTU_HEADER_SIZE = 3; variable
274 const uint32_t maxPayload = connection->mtu - MTU_HEADER_SIZE - BLE_TRANS_HEADER_SIZE; in ConnGattTransSend()