Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Datt.h519 void BTSTACK_API ATT_ExchangeMTUResponse(uint16_t connectHandle, uint16_t serverRxMTU);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_send_response.c286 void ATT_ExchangeMTUResponse(uint16_t connectHandle, uint16_t serverRxMTU) in ATT_ExchangeMTUResponse() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_profile.cpp366 ATT_ExchangeMTUResponse(connectHandle, mtu_); in ExchangeMTUResponse()