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

ATVV Service structure. More...

Data Fields

ble_gatts_char_handles_t ctl_handles
 
ble_atvv_evt_handler_t event_handler
 
ble_gatts_char_handles_t rx_handles
 
uint16_t service_handle
 
ble_gatts_char_handles_t tx_handles
 
uint8_t uuid_type
 

Detailed Description

ATVV Service structure.

This structure contains status information related to the service.

Field Documentation

ble_gatts_char_handles_t ble_atvv_s::ctl_handles

Handles related to the CTL characteristic (as provided by the SoftDevice).

ble_atvv_evt_handler_t ble_atvv_s::event_handler

Event handler to be called for handling the received data.

ble_gatts_char_handles_t ble_atvv_s::rx_handles

Handles related to the RX characteristic (as provided by the SoftDevice).

uint16_t ble_atvv_s::service_handle

Handle of ATVV Service (as provided by the SoftDevice).

ble_gatts_char_handles_t ble_atvv_s::tx_handles

Handles related to the TX characteristic (as provided by the SoftDevice).

uint8_t ble_atvv_s::uuid_type

UUID type for ATVV Service Base UUID.


Documentation feedback | Developer Zone | Subscribe | Updated