Home
last modified time | relevance | path

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

/openthread-latest/src/core/radio/
Dble_secure.cpp183 mSendMessage = Get<MessagePool>().Allocate(Message::kTypeBle); in SendMessage()
201 mSendMessage = Get<MessagePool>().Allocate(Message::kTypeBle); in Send()
257 if ((message = Get<MessagePool>().Allocate(Message::kTypeBle, 0)) == nullptr) in HandleBleReceive()
323 mReceivedMessage = Get<MessagePool>().Allocate(Message::kTypeBle); in HandleTlsConnectEvent()
425 message = Get<MessagePool>().Allocate(Message::kTypeBle); in HandleTlsReceive()
/openthread-latest/src/core/common/
Dmessage.hpp293 kTypeBle = 5, ///< A BLE payload message. enumerator