Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 4 of 4) sorted by relevance

/hal_infineon-latest/btstack/wiced_include/
Dwiced_bt_gatt.h251 uint16_t handle; /**< Handle of attribute to read */ member
292 uint16_t handle; /**< Attribute handle */ member
301 uint16_t handle; /**< Handle of attribute to write */ member
310 …uint16_t handle; /**< first handle on which the notification or indication was se… member
356 uint16_t handle; /**< handle */ member
376 …uint16_t handle; /**< Response data for write operations (initiated using #… member
415 …uint16_t handle; /**< characteristic declaration handle… member
432 uint16_t handle; /**< included service handle */ member
441 uint16_t handle; /**< descriptor attribute handle */ member
513 #define PRIMARY_SERVICE_UUID16(handle, service) \ argument
[all …]
/hal_infineon-latest/bless/include/
Dcy_ble_event_handler.h2178 #define CY_BLE_GapcCheckCharHandle(handle, discCharInfo) \ argument
2192 #define Cy_BLE_CheckStoreCharHandle(handle) \ argument
2207 #define Cy_BLE_CheckStoreCharDescrHandle(handle) \ argument
/hal_infineon-latest/XMCLib/drivers/inc/
Dxmc_usbh.h152 #define USBH_PIPE_GET_INDEX(handle) (((uint32_t)handle - (uint32_t)USB0_CH0_BASE)/(… argument
/hal_infineon-latest/abstraction-rtos/source/COMPONENT_FREERTOS/
Dcyabs_rtos_freertos.c150 TaskHandle_t handle = xTaskGetCurrentTaskHandle(); in cy_rtos_thread_exit() local