Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/
Dgap_utils.c127 case BTM_WRONG_MODE: in gap_convert_btm_status()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_inq.c306 return (BTM_WRONG_MODE); in BTM_SetInquiryScanType()
345 return (BTM_WRONG_MODE); in BTM_SetPageScanType()
386 return (BTM_WRONG_MODE); in BTM_SetInquiryMode()
466 return (BTM_WRONG_MODE); in BTM_SetPeriodicInquiryMode()
549 return (BTM_WRONG_MODE); in BTM_CancelPeriodicInquiry()
728 return (BTM_WRONG_MODE); in BTM_CancelInquiry()
842 return (BTM_WRONG_MODE); in BTM_StartInquiry()
1093 return (BTM_WRONG_MODE); in BTM_CancelRemoteDeviceName()
2190 return (BTM_WRONG_MODE); in btm_initiate_rem_name()
Dbtm_sco.c624 return (BTM_WRONG_MODE); in btm_send_connect_request()
802 return (BTM_WRONG_MODE); in BTM_CreateSco()
1606 return (BTM_WRONG_MODE); in BTM_ReadEScoLinkParms()
1638 return (BTM_WRONG_MODE); in BTM_ChangeEScoLinkParms()
1685 return (BTM_WRONG_MODE); in BTM_ChangeEScoLinkParms()
Dbtm_ble_privacy.c537 return BTM_WRONG_MODE; in btm_ble_remove_resolving_list_entry()
624 return BTM_WRONG_MODE; in btm_ble_read_resolving_list_entry()
Dbtm_ble_adv_filter.c902 tBTM_STATUS st = BTM_WRONG_MODE; in btm_ble_clear_scan_pf_filter()
1013 tBTM_STATUS st = BTM_WRONG_MODE; in BTM_BleAdvFilterParamSetup()
1140 tBTM_STATUS st = BTM_WRONG_MODE; in BTM_BleEnableDisableFilterFeature()
Dbtm_ble.c954 return BTM_WRONG_MODE; in BTM_SetBleDataLength()
1549 return (BTM_WRONG_MODE); in btm_ble_set_encryption()
1594 cmd = BTM_WRONG_MODE; in btm_ble_set_encryption()
1659 return BTM_WRONG_MODE; in btm_ble_start_encrypt()
Dbtm_ble_multi_adv.c604 return BTM_WRONG_MODE; in BTM_BleUpdateAdvInstParam()
Dbtm_sec.c982 return (BTM_WRONG_MODE); in btm_sec_bond_by_transport()
1225 return BTM_WRONG_MODE; in BTM_SecBondCancel()
1273 return BTM_WRONG_MODE; in BTM_SecBondCancel()
1371 (*p_callback) (bd_addr, transport, p_ref_data, BTM_WRONG_MODE); in BTM_SetEncryption()
1374 return (BTM_WRONG_MODE); in BTM_SetEncryption()
1422 rc = BTM_WRONG_MODE; in BTM_SetEncryption()
Dbtm_ble_gap.c471 tBTM_STATUS status = BTM_WRONG_MODE; in BTM_BleObserve()
555 tBTM_STATUS status = BTM_WRONG_MODE; in BTM_BleScan()
4083 return BTM_WRONG_MODE; in btm_ble_start_adv()
Dbtm_ble_5_gap.c611 return BTM_WRONG_MODE; in BTM_BleStartExtAdvRestart()
Dbtm_acl.c718 return (BTM_WRONG_MODE); in BTM_SwitchRole()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h56 BTM_WRONG_MODE, /* 6 Device in wrong mode for request */ enumerator
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c4586 case BTM_WRONG_MODE: in bta_dm_encrypt_cback()