Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_receive.c395 AttExchangeMTUType attExchangeMTUObj; in AttExchangeMTURequest() local
411 attExchangeMTUObj.mtuSize = ((uint16_t *)data)[0]; in AttExchangeMTURequest()
412 connect->receiveMtu = attExchangeMTUObj.mtuSize; in AttExchangeMTURequest()
416 attExchangeMTUObj.mtuSize); in AttExchangeMTURequest()
420 &attExchangeMTUObj, in AttExchangeMTURequest()
442 AttExchangeMTUType attExchangeMTUObj; in AttExchangeMTUResponse() local
460 attExchangeMTUObj.mtuSize = data[0]; in AttExchangeMTUResponse()
461 connect->mtu = Min(connect->sendMtu, attExchangeMTUObj.mtuSize); in AttExchangeMTUResponse()
465 attExchangeMTUObj.mtuSize); in AttExchangeMTUResponse()
469 &attExchangeMTUObj, in AttExchangeMTUResponse()
[all...]

Completed in 2 milliseconds