ESP-IDF
gatt_add_an_item_to_list()
is only used within ESP-IDF.
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
ESP-IDF Framework and Examples
ESP-IDF
gatt_add_an_item_to_list()
gatt_add_an_item_to_list() function
* Function gatt_add_an_item_to_list * Description add an service handle range to the list in decending * order of the start handle * Returns BOOLEAN TRUE-if add is successful
Syntax
Show:
Summary
Declaration
Definition
from
gatt_int.h:666
extern
BOOLEAN
gatt_add_an_item_to_list
(
tGATT_HDL_LIST_INFO
*
p_list
,
tGATT_HDL_LIST_ELEM
*
p_new
)
;
Implemented in
gatt_utils.c:691
Arguments
Argument
p_list
p_new
Related Functions
Found 1 other functions taking a
tGATT_HDL_LIST_INFO
argument:
Function
Description
gatt_remove_an_item_from_list()
* Function gatt_remove_an_item_from_list * Description Remove an service handle range from the list * Returns BOOLEAN TRUE-if remove is successful
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