Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_trans.c41 uint32_t pktHeadLen = sizeof(ConnPktHead); in BrRecvDataParse() local
42 if (buffer->length < pktHeadLen) { in BrRecvDataParse()
53 if (buffer->capacity - pktHeadLen < head->len) { in BrRecvDataParse()
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_trans.c511 uint32_t pktHeadLen = sizeof(ConnPktHead); in ConnCocTransRecv() local
512 if (buffer->length < pktHeadLen) { in ConnCocTransRecv()
524 if (buffer->capacity - pktHeadLen < head->len) { in ConnCocTransRecv()
H A Dsoftbus_conn_ble_manager.c967 uint32_t pktHeadLen = ConnGetHeadSize(); in BleDataReceived() local
969 ReceivedControlData(connection, ctx->data + pktHeadLen, ctx->dataLen - pktHeadLen); in BleDataReceived()
972 connection->underlayerHandle, ctx->data + pktHeadLen, ctx->dataLen - pktHeadLen); in BleDataReceived()