ESP-IDF
btm_acl_created()
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
btm_acl_created()
btm_acl_created() function
* Function btm_acl_created * Description This function is called by L2CAP when an ACL connection * is created. * Returns void
Syntax
Show:
Summary
Declaration
Definition
from
btm_int.h:1053
void
btm_acl_created
(
BD_ADDR
bda
,
DEV_CLASS
dc
,
UINT8
bdn
[
BTM_MAX_REM_BD_NAME_LEN
]
,
UINT16
hci_handle
,
UINT8
link_role
,
tBT_TRANSPORT
transport
)
;
Implemented in
btm_acl.c:242
Arguments
Argument
bda
dc
bdn
hci_handle
link_role
transport
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