Bluetooth LE Stack
btstack_linked_item
is only used within Bluetooth LE Stack.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
Bluetooth LE Stack
btstack_linked_item
btstack_linked_item struct
Syntax
Show:
Summary
Declaration
from
btstack_linked_list.h:54
typedef
struct
btstack_linked_item
{
struct
btstack_linked_item
*
next
;
}
btstack_linked_item_t
;
Fields
Field
Declared as
btstack_linked_item::next
struct
btstack_linked_item
*
Related Functions
Found 9 other functions taking a
btstack_linked_item
argument:
Function
Description
btstack_linked_list_iterator_init()
Initialize Linked List Iterator
btstack_linked_list_add_tail()
Add item to list as last element.
btstack_linked_list_remove()
Remove item from list
btstack_linked_list_add()
Add item to list as first element.
btstack_linked_list_pop()
Pop (get + remove) first element.
btstack_linked_list_empty()
Test if list is empty.
btstack_linked_list_get_first_item()
Get first element.
btstack_linked_list_get_last_item()
Get last element.
btstack_linked_list_count()
Counts number of items in list
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