Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/platform/
Dble.h288 otError otPlatBleGattMtuGet(otInstance *aInstance, uint16_t *aMtu);
297 extern void otPlatBleGattOnMtuUpdate(otInstance *aInstance, uint16_t aMtu);
/openthread-latest/src/posix/platform/
Dble.cpp73 otError otPlatBleGattMtuGet(otInstance *aInstance, uint16_t *aMtu) in otPlatBleGattMtuGet() argument
76 OT_UNUSED_VARIABLE(aMtu); in otPlatBleGattMtuGet()
/openthread-latest/src/core/radio/
Dble_secure.cpp307 Error BleSecure::HandleBleMtuUpdate(uint16_t aMtu) in HandleBleMtuUpdate() argument
311 if (aMtu <= OT_BLE_ATT_MTU_MAX) in HandleBleMtuUpdate()
313 mMtuSize = aMtu; in HandleBleMtuUpdate()
567 void otPlatBleGattOnMtuUpdate(otInstance *aInstance, uint16_t aMtu) in otPlatBleGattOnMtuUpdate() argument
569 IgnoreReturnValue(AsCoreType(aInstance).Get<Ble::BleSecure>().HandleBleMtuUpdate(aMtu)); in otPlatBleGattOnMtuUpdate()
Dble_secure.hpp452 Error HandleBleMtuUpdate(uint16_t aMtu);
/openthread-latest/examples/platforms/simulation/
Dble.c134 otError otPlatBleGattMtuGet(otInstance *aInstance, uint16_t *aMtu) in otPlatBleGattMtuGet() argument
137 *aMtu = PLAT_BLE_MSG_DATA_MAX - 1; in otPlatBleGattMtuGet()
/openthread-latest/tests/unit/
Dtest_platform.cpp789 otError otPlatBleGattMtuGet(otInstance *aInstance, uint16_t *aMtu) in otPlatBleGattMtuGet() argument
792 OT_UNUSED_VARIABLE(aMtu); in otPlatBleGattMtuGet()