Home
last modified time | relevance | path

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

/openthread-latest/examples/platforms/simulation/
Dble.c143 otError otPlatBleGattServerIndicate(otInstance *aInstance, uint16_t aHandle, const otBleRadioPacket… in otPlatBleGattServerIndicate() argument
146 OT_UNUSED_VARIABLE(aHandle); in otPlatBleGattServerIndicate()
219 uint16_t aHandle, in otPlatBleGattServerOnWriteRequest() argument
223 OT_UNUSED_VARIABLE(aHandle); in otPlatBleGattServerOnWriteRequest()
/openthread-latest/include/openthread/platform/
Dble.h297 otError otPlatBleGattServerIndicate(otInstance *aInstance, uint16_t aHandle, const otBleRadioPacket…
309 extern void otPlatBleGattServerOnWriteRequest(otInstance *aInstance, uint16_t aHandle, const otBleR…
/openthread-latest/src/posix/platform/
Dble.cpp80 otError otPlatBleGattServerIndicate(otInstance *aInstance, uint16_t aHandle, const otBleRadioPacket… in otPlatBleGattServerIndicate() argument
83 OT_UNUSED_VARIABLE(aHandle); in otPlatBleGattServerIndicate()
Dudp.cpp70 int FdFromHandle(void *aHandle) { return static_cast<int>(reinterpret_cast<long>(aHandle)); } in FdFromHandle() argument
/openthread-latest/src/core/radio/
Dble_secure.cpp528 void otPlatBleGattServerOnWriteRequest(otInstance *aInstance, uint16_t aHandle, const otBleRadioPac… in otPlatBleGattServerOnWriteRequest() argument
530 OT_UNUSED_VARIABLE(aHandle); // Only a single handle is expected for RX in otPlatBleGattServerOnWriteRequest()
/openthread-latest/tests/unit/
Dtest_platform.cpp798 otError otPlatBleGattServerIndicate(otInstance *aInstance, uint16_t aHandle, const otBleRadioPacket… in otPlatBleGattServerIndicate() argument
801 OT_UNUSED_VARIABLE(aHandle); in otPlatBleGattServerIndicate()