Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_send_request.c251 void ATT_ExchangeMTURequest(uint16_t connectHandle, uint16_t clientRxMTU) in ATT_ExchangeMTURequest() argument
253 …public}s enter, connectHandle = %hu, clientRxMTU = %hu", __FUNCTION__, connectHandle, clientRxMTU); in ATT_ExchangeMTURequest()
263 exchangeMtuReqPtr->mtu = clientRxMTU; in ATT_ExchangeMTURequest()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Datt.h511 void BTSTACK_API ATT_ExchangeMTURequest(uint16_t connectHandle, uint16_t clientRxMTU);