Bluetooth LE Stack
l2cap_fixed_channel
is only used within Bluetooth LE Stack.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
Bluetooth LE Stack
l2cap_fixed_channel
l2cap_fixed_channel struct
Syntax
Show:
Summary
Declaration
from
l2cap.h:187
typedef
struct
l2cap_fixed_channel
{
btstack_linked_item_t
item
;
l2cap_channel_type_t
channel_type
;
uint16_t
local_cid
;
btstack_packet_handler_t
packet_handler
;
uint8_t
waiting_for_can_send_now
;
}
l2cap_fixed_channel_t
;
Fields
Field
Declared as
l2cap_fixed_channel::item
btstack_linked_item_t
l2cap_fixed_channel::channel_type
l2cap_channel_type_t
l2cap_fixed_channel::local_cid
uint16_t
l2cap_fixed_channel::packet_handler
btstack_packet_handler_t
l2cap_fixed_channel::waiting_for_can_send_now
uint8_t
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out