ESP-IDF
gatt_sr_find_i_rcb_by_handle()
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
gatt_sr_find_i_rcb_by_handle()
gatt_sr_find_i_rcb_by_handle() function
* Function gatt_sr_find_i_rcb_by_handle * Description The function searches for a service that owns a specific handle. * Returns GATT_MAX_SR_PROFILES if not found. Otherwise index of th eservice.
Syntax
Show:
Summary
Declaration
Definition
from
gatt_int.h:681
extern
UINT8
gatt_sr_find_i_rcb_by_handle
(
UINT16
handle
)
;
Implemented in
gatt_utils.c:1406
Arguments
Argument
handle
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