![]() |
nRF51 SDK - S310 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 link requirements. 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_params_t |
| GAP advertising parameters. More... | |
| struct | ble_gap_scan_params_t |
| GAP scanning parameters. 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_id_info_t |
| GAP Identity Information. More... | |
| struct | ble_gap_sign_info_t |
| GAP Signing Information. More... | |
Enumerations | |
| enum | BLE_GAP_EVTS { BLE_GAP_EVT_CONNECTED = 0x10, BLE_GAP_EVT_DISCONNECTED, BLE_GAP_EVT_CONN_PARAM_UPDATE, BLE_GAP_EVT_SEC_PARAMS_REQUEST, BLE_GAP_EVT_SEC_INFO_REQUEST, BLE_GAP_EVT_PASSKEY_DISPLAY, BLE_GAP_EVT_AUTH_KEY_REQUEST, BLE_GAP_EVT_AUTH_STATUS, BLE_GAP_EVT_CONN_SEC_UPDATE, BLE_GAP_EVT_TIMEOUT, BLE_GAP_EVT_RSSI_CHANGED } |
| GAP Event IDs. Those IDs uniquely identify an event coming from the stack to the application. More... | |
| enum | BLE_GAP_OPTS { BLE_GAP_OPT_LOCAL_CONN_LATENCY = 0x20, BLE_GAP_OPT_PASSKEY, BLE_GAP_OPT_PRIVACY } |
| GAP Option IDs. IDs that uniquely identify a GAP option. More... | |
| enum BLE_GAP_EVTS |
GAP Event IDs. Those IDs uniquely identify an event coming from the stack to the application.
| enum BLE_GAP_OPTS |
GAP Option IDs. IDs that uniquely identify a GAP option.