Home
last modified time | relevance | path

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

/openthread-latest/src/core/radio/
Dble_secure.hpp295 static void HandleTlsReceive(void *aContext, uint8_t *aBuf, uint16_t aLength);
296 void HandleTlsReceive(uint8_t *aBuf, uint16_t aLength);
Dble_secure.cpp85 mTls.SetReceiveCallback(HandleTlsReceive, this); in Start()
351 void BleSecure::HandleTlsReceive(void *aContext, uint8_t *aBuf, uint16_t aLength) in HandleTlsReceive() function in ot::Ble::BleSecure
353 return static_cast<BleSecure *>(aContext)->HandleTlsReceive(aBuf, aLength); in HandleTlsReceive()
356 void BleSecure::HandleTlsReceive(uint8_t *aBuf, uint16_t aLength) in HandleTlsReceive() function in ot::Ble::BleSecure