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

Bluetooth SPP context. More...

#include <bt_spp.h>

Collaboration diagram for bt_spp_state_s:

Public Attributes

BT_CONNECT_STATUS bt_spp_connection
 
uint16_t bt_spp_handle
 
struct bt_acl_state_sbt_acl_state
 
struct bt_hal_spp_ops_sbt_hal_spp_ops
 
struct bt_spp_ops_sbt_spp_ops
 
BT_UUID spp_uuid
 

Detailed Description

Bluetooth SPP context.

Member Data Documentation

◆ bt_spp_connection

BT_CONNECT_STATUS bt_spp_connection

Status of SPP connection BT_CONNECT_STATUS

◆ bt_spp_handle

uint16_t bt_spp_handle

Handle ID of SPP connection

◆ bt_acl_state

struct bt_acl_state_s* bt_acl_state

Bluetooth ACL context bt_acl_state_s

◆ bt_hal_spp_ops

struct bt_hal_spp_ops_s* bt_hal_spp_ops

SPP HAL interfaces bt_hal_spp_ops_s

◆ bt_spp_ops

struct bt_spp_ops_s* bt_spp_ops

SPP connection callbacks bt_spp_ops_s

◆ spp_uuid

BT_UUID spp_uuid

SPP UUID BT_UUID


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