#include <bnep.h>
Data Fields | |
hci_con_handle_t | con_handle |
void * | connection |
btstack_linked_item_t | item |
uint16_t | l2cap_cid |
uint8_t | last_control_type |
bd_addr_t | local_addr |
uint16_t | max_frame_size |
bnep_multi_filter_t | multicast_filter [MAX_BNEP_MULTICAST_FILTER] |
uint16_t | multicast_filter_count |
bnep_multi_filter_t * | multicast_filter_out |
uint16_t | multicast_filter_out_count |
bnep_net_filter_t | net_filter [MAX_BNEP_NETFILTER] |
uint16_t | net_filter_count |
bnep_net_filter_t * | net_filter_out |
uint16_t | net_filter_out_count |
btstack_packet_handler_t | packet_handler |
bd_addr_t | remote_addr |
uint16_t | response_code |
int | retry_count |
BNEP_CHANNEL_STATE | state |
BNEP_CHANNEL_STATE_VAR | state_var |
btstack_timer_source_t | timer |
int | timer_active |
uint16_t | uuid_dest |
uint16_t | uuid_source |
uint8_t | waiting_for_can_send_now |
hci_con_handle_t bnep_channel_t::con_handle |
void* bnep_channel_t::connection |
btstack_linked_item_t bnep_channel_t::item |
uint16_t bnep_channel_t::l2cap_cid |
uint8_t bnep_channel_t::last_control_type |
bd_addr_t bnep_channel_t::local_addr |
uint16_t bnep_channel_t::max_frame_size |
bnep_multi_filter_t bnep_channel_t::multicast_filter[MAX_BNEP_MULTICAST_FILTER] |
uint16_t bnep_channel_t::multicast_filter_count |
bnep_multi_filter_t* bnep_channel_t::multicast_filter_out |
uint16_t bnep_channel_t::multicast_filter_out_count |
bnep_net_filter_t bnep_channel_t::net_filter[MAX_BNEP_NETFILTER] |
uint16_t bnep_channel_t::net_filter_count |
bnep_net_filter_t* bnep_channel_t::net_filter_out |
uint16_t bnep_channel_t::net_filter_out_count |
btstack_packet_handler_t bnep_channel_t::packet_handler |
bd_addr_t bnep_channel_t::remote_addr |
uint16_t bnep_channel_t::response_code |
int bnep_channel_t::retry_count |
BNEP_CHANNEL_STATE bnep_channel_t::state |
BNEP_CHANNEL_STATE_VAR bnep_channel_t::state_var |
btstack_timer_source_t bnep_channel_t::timer |
int bnep_channel_t::timer_active |
uint16_t bnep_channel_t::uuid_dest |
uint16_t bnep_channel_t::uuid_source |
uint8_t bnep_channel_t::waiting_for_can_send_now |