Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_trans.c567 uint32_t sentLen = 0; in ConnCocTransSend() local
568 while (dataLen > sentLen) { in ConnCocTransSend()
569 …int32_t amount = (uint32_t)g_flowController->apply(g_flowController, (int32_t)(dataLen - sentLen)); in ConnCocTransSend()
570 int32_t status = ConnBleSend(connection, data + sentLen, amount, module); in ConnCocTransSend()
574 connection->connectionId, module, dataLen, amount, sentLen, status); in ConnCocTransSend()
575 sentLen += amount; in ConnCocTransSend()