Cypress PSoC 6 Bluetooth Low Energy Middleware Library 3.60

General Description

Contains the LNS specific definitions and data structures used in the LNS API.

Data Structures

struct  cy_stc_ble_lnss_char_t
 Location and Navigation Server Characteristic structure type. More...
 
struct  cy_stc_ble_lnss_t
 Structure with Location and Navigation Service attribute handles. More...
 
struct  cy_stc_ble_lnsc_char_t
 Location and Navigation Client Characteristic structure type. More...
 
struct  cy_stc_ble_lnsc_t
 Structure with Discovered Attributes Information of Location and Navigation Service. More...
 
struct  cy_stc_ble_lns_char_value_t
 LNS Characteristic Value parameter structure. More...
 
struct  cy_stc_ble_lns_descr_value_t
 LNS Characteristic descriptor Value parameter structure. More...
 
struct  cy_stc_ble_lnss_config_t
 Service configuration structure (server) More...
 
struct  cy_stc_ble_lnsc_config_t
 Service Configuration structure (client) More...
 

Enumerations

enum  cy_en_ble_lns_char_index_t {
  CY_BLE_LNS_FT,
  CY_BLE_LNS_LS,
  CY_BLE_LNS_PQ,
  CY_BLE_LNS_CP,
  CY_BLE_LNS_NV,
  CY_BLE_LNS_CHAR_COUNT
}
 LNS Service Characteristics indexes. More...
 
enum  cy_en_ble_lns_descr_index_t {
  CY_BLE_LNS_CCCD,
  CY_BLE_LNS_DESCR_COUNT
}
 LNS Service Characteristic Descriptors indexes. More...
 

Enumeration Type Documentation

◆ cy_en_ble_lns_char_index_t

LNS Service Characteristics indexes.

Enumerator
CY_BLE_LNS_FT 

Location and Navigation Feature Characteristic index.

CY_BLE_LNS_LS 

Location and Speed Characteristic index.

CY_BLE_LNS_PQ 

Position Quality Characteristic index.

CY_BLE_LNS_CP 

Location and Navigation Control Point Characteristic index.

CY_BLE_LNS_NV 

Navigation Characteristic index.

CY_BLE_LNS_CHAR_COUNT 

Total Count of LNS Characteristics.

◆ cy_en_ble_lns_descr_index_t

LNS Service Characteristic Descriptors indexes.

Enumerator
CY_BLE_LNS_CCCD 

Client Characteristic Configuration descriptor index.

CY_BLE_LNS_DESCR_COUNT 

Total Count of LNS descriptors.