ESP-IDF
BTM_BUSY
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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
BTM_BUSY
BTM_BUSY value
Syntax
Show:
Summary
Declaration
from
btm_api.h:52
BTM_BUSY
;
Examples
References
from
examples
Code
Location
Referrer
BTM_BUSY
,
/* 2 Device busy with another command */
btm_api.h:52
}
else
if
(
btm_status
==
BTM_BUSY
)
{
bta_dm_act.c:786
bta_dm_read_remote_device_name()
}
else
if
(
btm_status
==
BTM_BUSY
)
{
bta_dm_act.c:822
bta_dm_read_rmt_name()
if
(
btm_status
==
BTM_BUSY
)
{
bta_dm_act.c:2954
bta_dm_service_search_remname_cback()
case
BTM_BUSY
:
bta_dm_act.c:4691
bta_dm_encrypt_cback()
case
BTM_BUSY
:
btc_util.c:359
btc_btm_status_to_esp_status()
return
(
BTM_BUSY
)
;
btm_acl.c:680
BTM_SwitchRole()
return
(
BTM_BUSY
)
;
btm_acl.c:705
BTM_SwitchRole()
return
(
BTM_BUSY
)
;
btm_acl.c:1849
BTM_RegBusyLevelNotif()
return
BTM_BUSY
;
btm_acl.c:1865
BTM_RegAclLinkStatNotif()
return
(
BTM_BUSY
)
;
btm_acl.c:1892
BTM_SetQoS()
result
.
status
=
BTM_BUSY
;
btm_acl.c:1993
BTM_ReadRSSI()
return
(
BTM_BUSY
)
;
btm_acl.c:1995
BTM_ReadRSSI()
return
(
BTM_BUSY
)
;
btm_acl.c:2041
BTM_ReadLinkQuality()
return
(
BTM_BUSY
)
;
btm_acl.c:2088
BTM_ReadTxPower()
return
(
BTM_BUSY
)
;
;
btm_acl.c:2131
BTM_SetAclPktTypes()
result
.
status
=
BTM_BUSY
;
btm_acl.c:2191
BTM_BleReadAdvTxPower()
return
(
BTM_BUSY
)
;
btm_acl.c:2193
BTM_BleReadAdvTxPower()
return
BTM_BUSY
;
btm_ble.c:1664
btm_ble_start_encrypt()
return
(
BTM_BUSY
)
;
btm_ble_gap.c:2791
btm_ble_start_inquiry()
return
BTM_BUSY
;
btm_ble_gap.c:2892
btm_ble_read_remote_name()
return
BTM_BUSY
;
btm_ble_gap.c:2897
btm_ble_read_remote_name()
return
(
BTM_BUSY
)
;
btm_devctl.c:1154
BTM_DeleteStoredLinkKey()
return
(
BTM_BUSY
)
;
btm_inq.c:472
BTM_SetPeriodicInquiryMode()
return
(
BTM_BUSY
)
;
btm_inq.c:833
BTM_StartInquiry()
return
(
BTM_BUSY
)
;
btm_inq.c:1205
BTM_ClearInqDb()
return
(
BTM_BUSY
)
;
btm_inq.c:1227
BTM_ReadInquiryRspTxPower()
return
(
BTM_BUSY
)
;
btm_inq.c:2205
btm_initiate_rem_name()
return
(
BTM_BUSY
)
;
btm_sco.c:771
BTM_CreateSco()
return
(
BTM_BUSY
)
;
btm_sco.c:778
BTM_CreateSco()
if
(
rc
!=
BTM_CMD_STARTED
&&
rc
!=
BTM_BUSY
)
{
btm_sec.c:1431
BTM_SetEncryption()
return
(
BTM_BUSY
)
;
btm_sec.c:4579
btm_sec_disconnect()
case
BTM_BUSY
:
gap_utils.c:120
gap_convert_btm_status()
}
else
if
(
rc
==
BTM_BUSY
)
{
l2c_link.c:645
l2c_link_timeout()
if
(
cmd
!=
BTM_CMD_STARTED
&&
cmd
!=
BTM_BUSY
)
{
smp_act.c:1194
smp_start_enc()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
BTM_BUSY
is read by 29 functions:
All items filtered out
BTM_BUSY
bta_dm_read_remote_device_name()
bta_dm_read_rmt_name()
bta_dm_service_search_remname_cback()
bta_dm_encrypt_cback()
btc_btm_status_to_esp_status()
BTM_SwitchRole()
BTM_RegBusyLevelNotif()
BTM_RegAclLinkStatNotif()
BTM_SetQoS()
BTM_ReadRSSI()
BTM_ReadLinkQuality()
BTM_ReadTxPower()
BTM_SetAclPktTypes()
BTM_BleReadAdvTxPower()
btm_ble_start_encrypt()
btm_ble_start_inquiry()
btm_ble_read_remote_name()
BTM_DeleteStoredLinkKey()
BTM_SetPeriodicInquiryMode()
BTM_StartInquiry()
BTM_ClearInqDb()
BTM_ReadInquiryRspTxPower()
btm_initiate_rem_name()
BTM_CreateSco()
BTM_SetEncryption()
btm_sec_disconnect()
gap_convert_btm_status()
l2c_link_timeout()
smp_start_enc()
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