Zephyr Project API 4.2.99
A Scalable Open Source RTOS
|
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_t * | features |
Pointer to array of size 248, with feature bits of remote supported features. | |
Read all remote features complete callback params.
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.
uint8_t bt_conn_le_read_all_remote_feat_complete::max_remote_page |
Number of pages supported by remote device.
uint8_t bt_conn_le_read_all_remote_feat_complete::max_valid_page |
Number of pages fetched from remote device.
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.