Searched refs:otBleRadioPacket (Results 1 – 6 of 6) sorted by relevance
| /openthread-latest/include/openthread/platform/ |
| D | ble.h | 118 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/ |
| D | ble.c | 143 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/ |
| D | ble.cpp | 80 otError otPlatBleGattServerIndicate(otInstance *aInstance, uint16_t aHandle, const otBleRadioPacket… in otPlatBleGattServerIndicate()
|
| /openthread-latest/src/core/radio/ |
| D | ble_secure.cpp | 489 otBleRadioPacket packet; in HandleTransport() 528 …eGattServerOnWriteRequest(otInstance *aInstance, uint16_t aHandle, const otBleRadioPacket *aPacket) in otPlatBleGattServerOnWriteRequest()
|
| /openthread-latest/tests/gtest/ |
| D | fake_platform.cpp | 507 otError otPlatBleGattServerIndicate(otInstance *, uint16_t, const otBleRadioPacket *) { return OT_E… in otPlatBleGattServerIndicate() argument
|
| /openthread-latest/tests/unit/ |
| D | test_platform.cpp | 798 otError otPlatBleGattServerIndicate(otInstance *aInstance, uint16_t aHandle, const otBleRadioPacket… in otPlatBleGattServerIndicate()
|