Classes

struct  ble_gap_adv_param_t
 Advertising parameters for legacy advertising. More...
 
struct  ble_gap_adv_prim_cfg_t
 Configuration for advertising on primary channel. More...
 
struct  ble_gap_adv_second_cfg_t
 Configuration for advertising on secondary channel. More...
 
struct  ble_gap_adv_period_cfg_t
 Configuration for periodic advertising. More...
 
struct  ble_gap_ext_adv_param_t
 Advertising parameters for extended advertising and periodic advertising. More...
 
struct  ble_gap_adv_time_param_t
 Advertising timing parameter. More...
 
struct  ble_gap_sec_key_t
 Security key. More...
 
struct  ble_gap_scan_param_t
 Parameters for legacy scanning. More...
 
struct  ble_gap_scan_wd_op_param_t
 Scan Window operation parameters. More...
 
struct  ble_gap_ext_scan_param_t
 Parameters for extended scanning. More...
 
struct  ble_gap_period_adv_addr_cfg_t
 Periodic advertising information. More...
 
struct  ble_gap_per_sync_param_t
 Periodic advertising synchronization parameters. More...
 
struct  ble_gap_init_param_t
 Legacy initiating parameters. More...
 
struct  ble_gap_ext_conn_param_t
 Connection parameters. More...
 
struct  ble_gap_ext_init_param_t
 Extended initiating parameters. More...
 
struct  ble_gap_lepsm_register_t
 LE Protocol/Service Multiplexer information. More...
 
struct  ble_gap_bond_dev_list_t
 Bonded device list. More...
 
struct  ble_gap_white_list_t
 White list. More...
 
struct  ble_gap_period_adv_list_t
 Periodic advertising list. More...
 
struct  ble_gap_ral_dev_info_t
 RPA list item info. More...
 
struct  ble_gap_ral_dev_list_t
 RPA list info. More...
 
struct  ble_gap_evt_adv_stop_t
 Advertising Stop info. More...
 
struct  ble_gap_evt_scan_req_t
 Scan request info. More...
 
struct  ble_gap_evt_scan_stop_t
 Scan Stop info struct. More...
 
struct  ble_gap_evt_adv_report_t
 Advertising report event for BLE_GAPM_EVT_ADV_REPORT. More...
 
struct  ble_gap_evt_sync_established_t
 Sync established event for BLE_GAPM_EVT_SYNC_ESTABLISH. More...
 
struct  ble_gap_evt_rslv_addr_read_t
 Read resolvable address event for BLE_GAPM_EVT_READ_RSLV_ADDR. More...
 
struct  ble_gapm_evt_t
 BLE GAPM event structure. More...
 

Enumerations

enum  ble_gap_rslv_addr_read_op_id_t {
  BLE_GAP_OPCODE_LOCAL_RSLV_ADDR_READ,
  BLE_GAP_OPCODE_PEER_RSLV_ADDR_READ
}
 Operation code used to read resolvable address. More...
 

Detailed Description

Enumeration Type Documentation

◆ ble_gap_rslv_addr_read_op_id_t

Operation code used to read resolvable address.

Enumerator
BLE_GAP_OPCODE_LOCAL_RSLV_ADDR_READ 

Local resolvable address operation.

BLE_GAP_OPCODE_PEER_RSLV_ADDR_READ 

Peer resolvable address operation.

Definition at line 784 of file ble_gapm.h.