ESP-IDF
gatt_build_find_info_rsp()
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_build_find_info_rsp()
gatt_build_find_info_rsp() function
* Function gatt_build_find_info_rsp * Description fill the find information response information in the given * buffer. * Returns TRUE: if data filled successfully. * FALSE: packet full, or format mismatch.
Syntax
Show:
Summary
Declaration
from
gatt_sr.c:794
static
tGATT_STATUS
gatt_build_find_info_rsp
(
tGATT_SR_REG
*
p_rcb
,
BT_HDR
*
p_msg
,
UINT16
*
p_len
,
UINT16
s_hdl
,
UINT16
e_hdl
)
;
Arguments
Argument
p_rcb
p_msg
p_len
s_hdl
e_hdl
Related Functions
Found 1 other functions taking a
tGATT_SR_REG
argument:
Function
Description
gatts_process_read_req()
* Function gatts_process_read_req * Description This function is called to process the read request * from client. * Returns void
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