ESP-IDF
gatts_validate_packet_format()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
gatts_validate_packet_format()
gatts_validate_packet_format() function
* Function gatts_internal_read_by_type_req * Description check to see if the ReadByType request can be handled internally. * Returns void
Syntax
Show:
Summary
Declaration
from
gatt_sr.c:864
static
tGATT_STATUS
gatts_validate_packet_format
(
UINT8
op_code
,
UINT16
*
p_len
,
UINT8
*
*
p_data
,
tBT_UUID
*
p_uuid_filter
,
UINT16
*
p_s_hdl
,
UINT16
*
p_e_hdl
)
;
Arguments
Argument
op_code
p_len
p_data
p_uuid_filter
p_s_hdl
p_e_hdl
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