Searched refs:aHandle (Results 1 – 6 of 6) sorted by relevance
/openthread-latest/examples/platforms/simulation/ |
D | ble.c | 143 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/ |
D | ble.h | 297 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/ |
D | ble.cpp | 80 otError otPlatBleGattServerIndicate(otInstance *aInstance, uint16_t aHandle, const otBleRadioPacket… in otPlatBleGattServerIndicate() argument 83 OT_UNUSED_VARIABLE(aHandle); in otPlatBleGattServerIndicate()
|
D | udp.cpp | 70 int FdFromHandle(void *aHandle) { return static_cast<int>(reinterpret_cast<long>(aHandle)); } in FdFromHandle() argument
|
/openthread-latest/src/core/radio/ |
D | ble_secure.cpp | 528 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/ |
D | test_platform.cpp | 798 otError otPlatBleGattServerIndicate(otInstance *aInstance, uint16_t aHandle, const otBleRadioPacket… in otPlatBleGattServerIndicate() argument 801 OT_UNUSED_VARIABLE(aHandle); in otPlatBleGattServerIndicate()
|