Home
last modified time | relevance | path

Searched refs:BTM_BUSY (Results 1 – 13 of 13) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/
Dgap_utils.c120 case BTM_BUSY: in gap_convert_btm_status()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_acl.c680 return (BTM_BUSY); in BTM_SwitchRole()
705 return (BTM_BUSY); in BTM_SwitchRole()
1849 return (BTM_BUSY); in BTM_RegBusyLevelNotif()
1865 return BTM_BUSY; in BTM_RegAclLinkStatNotif()
1892 return (BTM_BUSY); in BTM_SetQoS()
1993 result.status = BTM_BUSY; in BTM_ReadRSSI()
1995 return (BTM_BUSY); in BTM_ReadRSSI()
2041 return (BTM_BUSY); in BTM_ReadLinkQuality()
2088 return (BTM_BUSY); in BTM_ReadTxPower()
2131 return (BTM_BUSY);; in BTM_SetAclPktTypes()
[all …]
Dbtm_inq.c472 return (BTM_BUSY); in BTM_SetPeriodicInquiryMode()
833 return (BTM_BUSY); in BTM_StartInquiry()
1205 return (BTM_BUSY); in BTM_ClearInqDb()
1227 return (BTM_BUSY); in BTM_ReadInquiryRspTxPower()
2205 return (BTM_BUSY); in btm_initiate_rem_name()
Dbtm_sco.c773 return (BTM_BUSY); in BTM_CreateSco()
780 return (BTM_BUSY); in BTM_CreateSco()
Dbtm_devctl.c964 return (BTM_BUSY); in BTM_DeleteStoredLinkKey()
Dbtm_ble_gap.c2791 return (BTM_BUSY); in btm_ble_start_inquiry()
2892 return BTM_BUSY; in btm_ble_read_remote_name()
2897 return BTM_BUSY; in btm_ble_read_remote_name()
Dbtm_ble.c1664 return BTM_BUSY; in btm_ble_start_encrypt()
Dbtm_sec.c1431 if (rc != BTM_CMD_STARTED && rc != BTM_BUSY) { in BTM_SetEncryption()
4573 return (BTM_BUSY); in btm_sec_disconnect()
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_util.c359 case BTM_BUSY: in btc_btm_status_to_esp_status()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_link.c645 } else if (rc == BTM_BUSY) { in l2c_link_timeout()
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c762 } else if ( btm_status == BTM_BUSY ) { in bta_dm_read_remote_device_name()
798 } else if (btm_status == BTM_BUSY) { in bta_dm_read_rmt_name()
2875 if ( btm_status == BTM_BUSY ) { in bta_dm_service_search_remname_cback()
4592 case BTM_BUSY: in bta_dm_encrypt_cback()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h52 BTM_BUSY, /* 2 Device busy with another command */ enumerator
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_act.c1194 if (cmd != BTM_CMD_STARTED && cmd != BTM_BUSY) { in smp_start_enc()