Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dble_secure.h397 otError otBleSecureSendApplicationTlv(otInstance *aInstance, uint8_t *aBuf, uint16_t aLength);
/openthread-latest/src/cli/
Dcli_tcat.cpp137 IgnoreReturnValue(otBleSecureSendApplicationTlv(aInstance, buf, (uint16_t)strlen((char *)buf))); in HandleBleSecureReceive()
/openthread-latest/src/core/api/
Dble_secure_api.cpp188 otError otBleSecureSendApplicationTlv(otInstance *aInstance, uint8_t *aBuf, uint16_t aLength) in otBleSecureSendApplicationTlv() function