nRF51 SDK v10.0.0
Enumerations

Enumerations

enum  ble_hrs_c_evt_type_t {
  BLE_HRS_C_EVT_DISCOVERY_COMPLETE = 1,
  BLE_HRS_C_EVT_HRM_NOTIFICATION
}
 HRS Client event type. More...
 
enum  ble_nus_c_evt_type_t {
  BLE_NUS_C_EVT_FOUND_NUS_TX_CHARACTERISTIC = 1,
  BLE_NUS_C_EVT_FOUND_NUS_RX_CHARACTERISTIC,
  BLE_NUS_C_EVT_NUS_RX_EVT,
  BLE_NUS_C_EVT_DISCONNECTED
}
 NUS Client event type. More...
 

Detailed Description

Enumeration Type Documentation

HRS Client event type.

Enumerator
BLE_HRS_C_EVT_DISCOVERY_COMPLETE 

Event indicating that the Heart Rate Service has been discovered at the peer.

BLE_HRS_C_EVT_HRM_NOTIFICATION 

Event indicating that a notification of the Heart Rate Measurement characteristic has been received from the peer.

NUS Client event type.

Enumerator
BLE_NUS_C_EVT_FOUND_NUS_TX_CHARACTERISTIC 

Event indicating that the TX characteristic was found.

BLE_NUS_C_EVT_FOUND_NUS_RX_CHARACTERISTIC 

Event indicating that the RX characteristic was found.

BLE_NUS_C_EVT_NUS_RX_EVT 

Event indicating that the central has received something from a peer.

BLE_NUS_C_EVT_DISCONNECTED 

Event indicating that the NUS server has disconnected.


This document was last updated on Mon Nov 9 2015.
Please send us your feedback about the documentation! For technical questions, visit the Nordic Developer Zone.