ESP-IDF
GATT_MAX_PHY_CHANNEL
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
GATT_MAX_PHY_CHANNEL
GATT_MAX_PHY_CHANNEL macro
Syntax
Show:
Summary
Declaration
from
bt_target.h:339
#define
GATT_MAX_PHY_CHANNEL
UC_BT_ACL_CONNECTIONS
Examples
References
from
examples
Code
Location
#define
GATT_MAX_PHY_CHANNEL
UC_BT_ACL_CONNECTIONS
bt_target.h:339
#ifndef
GATT_MAX_PHY_CHANNEL
bt_target.h:1419
#if
(
GATT_MAX_PHY_CHANNEL
>
3
)
bta_gattc_int.h:88
#define
BTA_GATTC_CL_MAX
GATT_MAX_PHY_CHANNEL
bta_gattc_int.h:89
#if
(
GATT_MAX_PHY_CHANNEL
>
3
)
bta_gattc_int.h:97
#define
BTA_GATTC_KNOWN_SR_MAX
GATT_MAX_PHY_CHANNEL
bta_gattc_int.h:98
#define
BTA_GATTC_CONN_MAX
GATT_MAX_PHY_CHANNEL
bta_gattc_int.h:104
if
(
(
tcb_idx
<
GATT_MAX_PHY_CHANNEL
)
&&
p_tcb
->
in_use
&&
p_tcb
->
tcb_idx
==
tcb_idx
)
{
gatt_utils.c:964
for
(
i
=
0
;
i
<
GATT_MAX_PHY_CHANNEL
;
i
++
)
{
gatt_utils.c:1007
if
(
p_tcb
&&
list_length
(
gatt_cb
.
p_tcb_list
)
<
GATT_MAX_PHY_CHANNEL
)
{
gatt_utils.c:1028
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