Home
last modified time | relevance | path

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

/openthread-latest/src/core/radio/
Dble_secure.hpp231 Error SendApplicationTlv(uint8_t *aBuf, uint16_t aLength);
Dble_secure.cpp210 Error BleSecure::SendApplicationTlv(uint8_t *aBuf, uint16_t aLength) in SendApplicationTlv() function in ot::Ble::BleSecure
/openthread-latest/src/core/api/
Dble_secure_api.cpp190 return AsCoreType(aInstance).Get<Ble::BleSecure>().SendApplicationTlv(aBuf, aLength); in otBleSecureSendApplicationTlv()