Smart Remote 3 nRF52 v1.2
Data Fields
m_coms_ble_params_t Struct Reference

BLE parameters. More...

Data Fields

m_coms_ble_adv_params_t adv_params
 
uint16_t appearance
 
uint16_t base_hid_version
 
m_coms_ble_bond_params_t bond_params
 
m_coms_ble_boot_mode_callback boot_mode_callback
 
ble_gap_conn_params_t conn_params
 
m_coms_ble_device_info_t device_info
 
app_sched_event_handler_t event_handler
 
uint8_t hid_country_code
 
uint8_t hids_flags
 
m_coms_ble_sec_params_t sec_params
 

Detailed Description

BLE parameters.

Field Documentation

m_coms_ble_adv_params_t m_coms_ble_params_t::adv_params

Advertising parameters.

uint16_t m_coms_ble_params_t::appearance

Device appearance. See BLE_APPEARANCES.

uint16_t m_coms_ble_params_t::base_hid_version

Defines which HID usage table version this USB descriptor is using.

m_coms_ble_bond_params_t m_coms_ble_params_t::bond_params

Bond behavior parameters.

m_coms_ble_boot_mode_callback m_coms_ble_params_t::boot_mode_callback

Callback function used in HID Boot mode.

ble_gap_conn_params_t m_coms_ble_params_t::conn_params

Preferred connection parameters.

m_coms_ble_device_info_t m_coms_ble_params_t::device_info

Device information parameters.

app_sched_event_handler_t m_coms_ble_params_t::event_handler

Module event handler.

uint8_t m_coms_ble_params_t::hid_country_code

HID country code. Set to 0 to indicate no specific country.

uint8_t m_coms_ble_params_t::hids_flags

HID Service flags. See section 4.10 (HID Information Behavior) of HOGP specification.

m_coms_ble_sec_params_t m_coms_ble_params_t::sec_params

BLE security parameters.


Documentation feedback | Developer Zone | Subscribe | Updated