nRF51 SDK - S110 SoftDevice
|
Data Structures | |
struct | ble_gap_addr_t |
Bluetooth Low Energy address. More... | |
struct | ble_gap_conn_params_t |
GAP connection parameters. More... | |
struct | ble_gap_conn_sec_mode_t |
GAP connection security modes. More... | |
struct | ble_gap_conn_sec_t |
GAP connection security status. More... | |
struct | ble_gap_irk_t |
Identity Resolving Key. More... | |
struct | ble_gap_whitelist_t |
Whitelist structure. More... | |
struct | ble_gap_adv_ch_mask_t |
Channel mask for RF channels used in advertising and scanning. More... | |
struct | ble_gap_adv_params_t |
GAP advertising parameters. More... | |
struct | ble_gap_scan_params_t |
GAP scanning parameters. More... | |
struct | ble_gap_sec_kdist_t |
Keys that can be exchanged during a bonding procedure. More... | |
struct | ble_gap_sec_params_t |
GAP security parameters. More... | |
struct | ble_gap_enc_info_t |
GAP Encryption Information. More... | |
struct | ble_gap_master_id_t |
GAP Master Identification. More... | |
struct | ble_gap_sign_info_t |
GAP Signing Information. More... | |
struct | ble_gap_evt_connected_t |
Event structure for BLE_GAP_EVT_CONNECTED. More... | |
struct | ble_gap_evt_disconnected_t |
Event structure for BLE_GAP_EVT_DISCONNECTED. More... | |
struct | ble_gap_evt_conn_param_update_t |
Event structure for BLE_GAP_EVT_CONN_PARAM_UPDATE. More... | |
struct | ble_gap_evt_sec_params_request_t |
Event structure for BLE_GAP_EVT_SEC_PARAMS_REQUEST. More... | |
struct | ble_gap_evt_sec_info_request_t |
Event structure for BLE_GAP_EVT_SEC_INFO_REQUEST. More... | |
struct | ble_gap_evt_passkey_display_t |
Event structure for BLE_GAP_EVT_PASSKEY_DISPLAY. More... | |
struct | ble_gap_evt_auth_key_request_t |
Event structure for BLE_GAP_EVT_AUTH_KEY_REQUEST. More... | |
struct | ble_gap_sec_levels_t |
Security levels supported. More... | |
struct | ble_gap_enc_key_t |
Encryption Key. More... | |
struct | ble_gap_id_key_t |
Identity Key. More... | |
struct | ble_gap_sec_keys_t |
Security Keys. More... | |
struct | ble_gap_sec_keyset_t |
Security key set (both Peripheral and Central keys). Note that when distributing Bluetooth addresses pertaining to the local device those will have to be filled in by the user. More... | |
struct | ble_gap_evt_auth_status_t |
Event structure for BLE_GAP_EVT_AUTH_STATUS. More... | |
struct | ble_gap_evt_conn_sec_update_t |
Event structure for BLE_GAP_EVT_CONN_SEC_UPDATE. More... | |
struct | ble_gap_evt_timeout_t |
Event structure for BLE_GAP_EVT_TIMEOUT. More... | |
struct | ble_gap_evt_rssi_changed_t |
Event structure for BLE_GAP_EVT_RSSI_CHANGED. More... | |
struct | ble_gap_evt_adv_report_t |
Event structure for BLE_GAP_EVT_ADV_REPORT. More... | |
struct | ble_gap_evt_sec_request_t |
Event structure for BLE_GAP_EVT_SEC_REQUEST. More... | |
struct | ble_gap_evt_conn_param_update_request_t |
Event structure for BLE_GAP_EVT_CONN_PARAM_UPDATE_REQUEST. More... | |
struct | ble_gap_evt_scan_req_report_t |
Event structure for BLE_GAP_EVT_SCAN_REQ_REPORT. More... | |
struct | ble_gap_evt_t |
GAP event structure. More... | |
struct | ble_gap_opt_ch_map_t |
Channel Map option. Used with sd_ble_opt_get to get the current channel map or sd_ble_opt_set to set a new channel map. When setting the channel map, it applies to all current and future connections. When getting the current channel map, it applies to a single connection and the connection handle must be supplied. More... | |
struct | ble_gap_opt_local_conn_latency_t |
Local connection latency option. More... | |
struct | ble_gap_opt_passkey_t |
Passkey Option. More... | |
struct | ble_gap_opt_privacy_t |
Custom Privacy Option. More... | |
struct | ble_gap_opt_scan_req_report_t |
Scan request report option. More... | |
struct | ble_gap_opt_compat_mode_t |
Compatibility mode option. More... | |
union | ble_gap_opt_t |
Option structure for GAP options. More... | |