ESP-IDF
tBTA_DM_LINK_DOWN
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tBTA_DM_LINK_DOWN
tBTA_DM_LINK_DOWN struct
Syntax
Show:
Summary
Declaration
from
bta_api.h:842
typedef
struct
{
BD_ADDR
bd_addr
;
UINT8
status
;
UINT8
reason
;
BOOLEAN
is_removed
;
#if
BLE_INCLUDED
==
TRUE
tBTA_TRANSPORT
link_type
;
#endif
}
tBTA_DM_LINK_DOWN
;
Fields
Field
Declared as
tBTA_DM_LINK_DOWN::bd_addr
BD_ADDR
tBTA_DM_LINK_DOWN::status
UINT8
tBTA_DM_LINK_DOWN::reason
UINT8
tBTA_DM_LINK_DOWN::is_removed
BOOLEAN
tBTA_DM_LINK_DOWN::link_type
tBTA_TRANSPORT
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
bta_api.h:842
}
tBTA_DM_LINK_DOWN
;
bta_api.h:850
tBTA_DM_LINK_DOWN
tBTA_DM_LINK_DOWN
link_down
;
/* ACL connection down event */
bta_api.h:1026
tBTA_DM_SEC
tBTA_DM_SEC::link_down
static
void
btc_dm_dev_unpaired_evt
(
tBTA_DM_LINK_DOWN
*
p_link_down
)
btc_dm.c:582
btc_dm_dev_unpaired_evt()
btc_dm_dev_unpaired_evt()::p_link_down
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
Instance
Scope
Location
Project
tBTA_DM_SEC::link_down
tBTA_DM_SEC
bta_api.h:1026
btc_dm_dev_unpaired_evt()::p_link_down
btc_dm_dev_unpaired_evt()
btc_dm.c:582
Lifecycle
from
examples
All items filtered out
All items filtered out