Zephyr Project API 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_conn_le_read_all_remote_feat_complete Struct Reference

Read all remote features complete callback params. More...

#include <conn.h>

Data Fields

uint8_t status
 HCI Status from LE Read All Remote Features Complete event.
 
uint8_t max_remote_page
 Number of pages supported by remote device.
 
uint8_t max_valid_page
 Number of pages fetched from remote device.
 
const uint8_tfeatures
 Pointer to array of size 248, with feature bits of remote supported features.
 

Detailed Description

Read all remote features complete callback params.

Field Documentation

◆ features

const uint8_t* bt_conn_le_read_all_remote_feat_complete::features

Pointer to array of size 248, with feature bits of remote supported features.

Page 0 being 8 bytes, with the following 10 pages of 24 bytes. Refer to BT_LE_FEAT_BIT_* for values. Refer to the BT_FEAT_LE_* macros for value comparison. See Bluetooth Core Specification, Vol 6, Part B, Section 4.6.

◆ max_remote_page

uint8_t bt_conn_le_read_all_remote_feat_complete::max_remote_page

Number of pages supported by remote device.

◆ max_valid_page

uint8_t bt_conn_le_read_all_remote_feat_complete::max_valid_page

Number of pages fetched from remote device.

◆ status

uint8_t bt_conn_le_read_all_remote_feat_complete::status

HCI Status from LE Read All Remote Features Complete event.

The remaining parameters will be unchanged if status is not BT_HCI_ERR_SUCCESS.


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