Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dbtm_status.h30 BTM_WRONG_MODE, /* 6 Device in wrong mode for request */ enumerator
73 CASE_RETURN_TEXT(BTM_WRONG_MODE); in btm_status_text()
/system/bt/stack/btm/
Dbtm_inq.cc327 if (!BTM_IsDeviceUp()) return (BTM_WRONG_MODE); in BTM_SetInquiryMode()
514 return BTM_WRONG_MODE; in BTM_StartInquiry()
636 return (BTM_WRONG_MODE); in BTM_CancelRemoteDeviceName()
1358 if (!BTM_IsDeviceUp()) return (BTM_WRONG_MODE); in btm_initiate_rem_name()
Dbtm_sco.cc248 return BTM_WRONG_MODE; in btm_send_connect_request()
1076 return BTM_WRONG_MODE; in BTM_ChangeEScoLinkParms()
1082 return (BTM_WRONG_MODE); in BTM_ChangeEScoLinkParms()
Dbtm_ble.cc672 return BTM_WRONG_MODE; in BTM_SetBleDataLength()
1369 return (BTM_WRONG_MODE); in btm_ble_set_encryption()
1415 cmd = BTM_WRONG_MODE; in btm_ble_set_encryption()
1462 return BTM_WRONG_MODE; in btm_ble_start_encrypt()
Dbtm_sec.cc741 return (BTM_WRONG_MODE); in btm_sec_bond_by_transport()
948 return BTM_WRONG_MODE; in BTM_SecBondCancel()
994 return BTM_WRONG_MODE; in BTM_SecBondCancel()
1068 (*p_callback)(&bd_addr, transport, p_ref_data, BTM_WRONG_MODE); in BTM_SetEncryption()
1070 return (BTM_WRONG_MODE); in BTM_SetEncryption()
1115 rc = BTM_WRONG_MODE; in BTM_SetEncryption()
2739 status = BTM_WRONG_MODE; in btm_proc_sp_req_evt()
Dbtm_ble_privacy.cc419 return BTM_WRONG_MODE; in btm_ble_remove_resolving_list_entry()
Dbtm_ble_gap.cc399 tBTM_STATUS status = BTM_WRONG_MODE; in BTM_BleObserve()
2235 return BTM_WRONG_MODE; in btm_ble_start_adv()
/system/bt/main/shim/
Dbtm.cc545 return BTM_WRONG_MODE; in CancelAllReadRemoteDeviceName()
Dbtm_api.cc656 return BTM_WRONG_MODE; in BTM_BleObserve()
/system/bt/stack/acl/
Dbtm_acl.cc573 return BTM_WRONG_MODE; in BTM_SwitchRoleToCentral()
/system/bt/bta/dm/
Dbta_dm_act.cc3229 case BTM_WRONG_MODE: in bta_dm_encrypt_cback()