Searched defs:handle (Results 1 – 4 of 4) sorted by relevance
251 uint16_t handle; /**< Handle of attribute to read */ member292 uint16_t handle; /**< Attribute handle */ member301 uint16_t handle; /**< Handle of attribute to write */ member310 …uint16_t handle; /**< first handle on which the notification or indication was se… member356 uint16_t handle; /**< handle */ member376 …uint16_t handle; /**< Response data for write operations (initiated using #… member415 …uint16_t handle; /**< characteristic declaration handle… member432 uint16_t handle; /**< included service handle */ member441 uint16_t handle; /**< descriptor attribute handle */ member513 #define PRIMARY_SERVICE_UUID16(handle, service) \ argument[all …]
2178 #define CY_BLE_GapcCheckCharHandle(handle, discCharInfo) \ argument2192 #define Cy_BLE_CheckStoreCharHandle(handle) \ argument2207 #define Cy_BLE_CheckStoreCharDescrHandle(handle) \ argument
152 #define USBH_PIPE_GET_INDEX(handle) (((uint32_t)handle - (uint32_t)USB0_CH0_BASE)/(… argument
150 TaskHandle_t handle = xTaskGetCurrentTaskHandle(); in cy_rtos_thread_exit() local