Cypress PSoC 6 Bluetooth Low Energy Middleware Library 3.60

Description

Characteristic Value parameter structure of Cycling Power Service.

Data Fields

cy_stc_ble_conn_handle_t connHandle
 Peer Device Handle.
 
uint8_t peerAddrType
 bd address type of the device advertising. More...
 
uint8_t * peerBdAddr
 Public Device Address or Random Device Address for each device that responded to scanning. More...
 
cy_en_ble_cps_char_index_t charIndex
 Index of Service Characteristic.
 
cy_stc_ble_gatt_value_tvalue
 Characteristic Value.
 

Field Documentation

◆ peerAddrType

uint8_t cy_stc_ble_cps_char_value_t::peerAddrType

bd address type of the device advertising.

  • CY_BLE_GAP_ADDR_TYPE_PUBLIC
  • CY_BLE_GAP_ADDR_TYPE_RANDOM
  • CY_BLE_GAP_ADDR_TYPE_PUBLIC_RPA
  • CY_BLE_GAP_ADDR_TYPE_RANDOM_RPA

◆ peerBdAddr

uint8_t* cy_stc_ble_cps_char_value_t::peerBdAddr

Public Device Address or Random Device Address for each device that responded to scanning.