Developer World
Spresense SDK Library v3.2.0-ebc0364
bt_common_state_s Struct Reference

Bluetooth base context. More...

#include <bt_common.h>

Collaboration diagram for bt_common_state_s:

Public Attributes

struct bt_hal_common_ops_sbt_hal_common_ops
 
struct ble_hal_common_ops_sble_hal_common_ops
 
struct bt_common_ops_sbt_common_ops
 
struct ble_common_ops_sble_common_ops
 
BT_ADDR bt_addr
 
BT_ADDR ble_addr
 
char bt_name [BT_NAME_LEN+1]
 
char ble_name [BT_NAME_LEN+1]
 

Detailed Description

Bluetooth base context.

Member Data Documentation

◆ bt_hal_common_ops

struct bt_hal_common_ops_s* bt_hal_common_ops

BT common HAL interfaces bt_hal_common_ops_s

◆ ble_hal_common_ops

struct ble_hal_common_ops_s* ble_hal_common_ops

BLE common HAL interfaces ble_hal_common_ops_s

◆ bt_common_ops

struct bt_common_ops_s* bt_common_ops

BT status callbacks bt_common_ops_s

◆ ble_common_ops

struct ble_common_ops_s* ble_common_ops

BLE status callbacks ble_common_ops_s

◆ bt_addr

BT_ADDR bt_addr

BT local device address BT_ADDR

◆ ble_addr

BT_ADDR ble_addr

BLE local device address BT_ADDR

◆ bt_name

char bt_name[BT_NAME_LEN+1]

BT local device name

◆ ble_name

char ble_name[BT_NAME_LEN+1]

BLE local device name


The documentation for this struct was generated from the following file: