Home
last modified time | relevance | path

Searched refs:otBleRadioPacket (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/include/openthread/platform/
Dble.h118 typedef struct otBleRadioPacket struct
123 } otBleRadioPacket; argument
297 otError otPlatBleGattServerIndicate(otInstance *aInstance, uint16_t aHandle, const otBleRadioPacket
309 …GattServerOnWriteRequest(otInstance *aInstance, uint16_t aHandle, const otBleRadioPacket *aPacket);
/openthread-latest/examples/platforms/simulation/
Dble.c143 otError otPlatBleGattServerIndicate(otInstance *aInstance, uint16_t aHandle, const otBleRadioPacket in otPlatBleGattServerIndicate()
195 otBleRadioPacket myPacket; in platformBleProcess()
220 const otBleRadioPacket *aPacket) in otPlatBleGattServerOnWriteRequest()
/openthread-latest/src/posix/platform/
Dble.cpp80 otError otPlatBleGattServerIndicate(otInstance *aInstance, uint16_t aHandle, const otBleRadioPacket in otPlatBleGattServerIndicate()
/openthread-latest/src/core/radio/
Dble_secure.cpp489 otBleRadioPacket packet; in HandleTransport()
528 …eGattServerOnWriteRequest(otInstance *aInstance, uint16_t aHandle, const otBleRadioPacket *aPacket) in otPlatBleGattServerOnWriteRequest()
/openthread-latest/tests/gtest/
Dfake_platform.cpp507 otError otPlatBleGattServerIndicate(otInstance *, uint16_t, const otBleRadioPacket *) { return OT_E… in otPlatBleGattServerIndicate() argument
/openthread-latest/tests/unit/
Dtest_platform.cpp798 otError otPlatBleGattServerIndicate(otInstance *aInstance, uint16_t aHandle, const otBleRadioPacket in otPlatBleGattServerIndicate()