Home
last modified time | relevance | path

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

/openthread-latest/src/core/radio/
Dble_secure.hpp248 Error HandleBleReceive(uint8_t *aBuf, uint16_t aLength);
Dble_secure.cpp251 Error BleSecure::HandleBleReceive(uint8_t *aBuf, uint16_t aLength) in HandleBleReceive() function in ot::Ble::BleSecure
533 …IgnoreReturnValue(AsCoreType(aInstance).Get<Ble::BleSecure>().HandleBleReceive(aPacket->mValue, aP… in otPlatBleGattServerOnWriteRequest()