Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_hci_evt_conn_pkt_type_changed Struct Reference

HCI Connection Packet Type Changed event parameters. More...

#include <zephyr/bluetooth/hci_types.h>

Data Fields

uint8_t status
 HCI status.
uint16_t handle
 Connection handle.
uint16_t packet_type
 Packet type bitmask.

Detailed Description

HCI Connection Packet Type Changed event parameters.

Field Documentation

◆ handle

uint16_t bt_hci_evt_conn_pkt_type_changed::handle

Connection handle.

◆ packet_type

uint16_t bt_hci_evt_conn_pkt_type_changed::packet_type

Packet type bitmask.

◆ status

uint8_t bt_hci_evt_conn_pkt_type_changed::status

HCI status.


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