union of data for CS events
Data Fields | |
| uint16_t | acl_conn_handle |
| ACL connection handle, set to 0 for local controller events. | |
| union { | |
| wiced_ble_cs_capabilities_t cs_capabilities | |
| Data for WICED_BLE_CS_READ_LOCAL_CAPABILITIES_COMPLETE and WICED_BLE_CS_READ_REMOTE_CAPABILITIES_COMPLETE. | |
| wiced_ble_cs_fae_table_data_t fae_table | |
| Data for WICED_BLE_CS_READ_REMOTE_FAE_TABLE_COMPLETE. | |
| wiced_ble_cs_config_complete_t config_cmplt | |
| Data for WICED_BLE_CS_CONFIG_COMPLETE. | |
| wiced_ble_cs_procedure_enable_complete_t proc_enable | |
| Data for WICED_BLE_CS_PROCEDURE_ENABLE_EVT. | |
| wiced_ble_cs_subevent_result_to_app_t cs_subevent_data | |
| Data for WICED_BLE_CS_SUBEVENT_RESULT_EVT and WICED_BLE_CS_SUBEVENT_RESULT_CONTINUE_EVT. | |
| } | u |
| union of structures to return CS results | |