Bluetooth LE Stack
btstack_linked_list_get_last_item()
is only used within Bluetooth LE Stack.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
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_list_get_last_item()
btstack_linked_list_get_last_item() function
Get last element.
Syntax
Show:
Summary
Declaration
Definition
from
btstack_linked_list.h:117
btstack_linked_item_t
*
btstack_linked_list_get_last_item
(
btstack_linked_list_t
*
list
)
;
Implemented in
btstack_linked_list.c:61
Arguments
Argument
list
Return value
first element or NULL if list is empty
Related Functions
Found 8 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_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