BLE Configuration structure.
Data Fields | |
cy_stc_ble_gapp_disc_mode_info_t * | discoveryModeInfo |
Pointer to advertising information structure. | |
cy_stc_ble_gapp_adv_params_t * | gappAdvParams |
Pointer to advertising configuration structure. | |
cy_stc_ble_gapc_disc_info_t * | discoveryInfo |
Pointer to Discovery information collected by client structure. | |
cy_stc_ble_gapc_scan_params_t * | gapcScanParams |
Pointer to scan configuration structure. | |
const cy_stc_ble_flash_storage_t * | flashStorage |
Pointer to structure to store bonding data. | |
uint8_t * | attValuesCCCD |
Pointer to cy_ble_attValuesCCCD. | |
const cy_stc_ble_gatts_db_t * | gattDB |
Pointer to GATT database structure used in the GAP server. | |
cy_stc_ble_gap_auth_info_t * | authInfo |
Pointer to Authentication Parameters Information structure. | |
cy_stc_ble_gap_bd_addr_t * | deviceAddress |
Bluetooth Device Address. | |
cy_fn_service_init_t | ServiceInitFunc |
Services initialize function. | |
const cy_stc_ble_params_t * | params |
Pointer to BLE Configuration Parameters structure. | |
cy_stc_ble_context_t * | context |
Internal usage context. | |
cy_stc_ble_stack_params_t * | stackParam |
BLE Stack configuration. | |
cy_stc_ble_hw_config_t * | hw |
BLE HW configuration. | |