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

ATVV Service event structure. More...

Data Fields

uint16_t conn_handle
 
ble_atvv_t const * p_atvv
 
ble_atvv_evt_type_t type
 
ble_atvv_evt_get_caps_t get_caps
 
ble_atvv_evt_mic_open_t mic_open
 

Detailed Description

ATVV Service event structure.

This structure is passed to an event coming from service.

Field Documentation

uint16_t ble_atvv_evt_t::conn_handle

Connection which triggered the event.

ble_atvv_evt_get_caps_t ble_atvv_evt_t::get_caps

BLE_ATVV_EVT_GET_CAPS event data.

ble_atvv_evt_mic_open_t ble_atvv_evt_t::mic_open

BLE_ATVV_EVT_MIC_OPEN event data.

ble_atvv_t const* ble_atvv_evt_t::p_atvv

Pointer to the instance.

ble_atvv_evt_type_t ble_atvv_evt_t::type

Event type.


Documentation feedback | Developer Zone | Subscribe | Updated