Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_inq.cc281 return (BTM_WRONG_MODE); in BTM_SetInquiryScanType()
318 return (BTM_WRONG_MODE); in BTM_SetPageScanType()
356 if (!BTM_IsDeviceUp()) return (BTM_WRONG_MODE); in BTM_SetInquiryMode()
412 if (!BTM_IsDeviceUp()) return (BTM_WRONG_MODE); in BTM_CancelPeriodicInquiry()
583 if (!BTM_IsDeviceUp()) return (BTM_WRONG_MODE); in BTM_CancelInquiry()
685 return BTM_WRONG_MODE; in BTM_StartInquiry()
852 return (BTM_WRONG_MODE); in BTM_CancelRemoteDeviceName()
1871 if (!BTM_IsDeviceUp()) return (BTM_WRONG_MODE); in btm_initiate_rem_name()
Dbtm_ble_privacy.cc415 return BTM_WRONG_MODE; in btm_ble_remove_resolving_list_entry()
474 return BTM_WRONG_MODE; in btm_ble_read_resolving_list_entry()
Dbtm_sco.cc293 return (BTM_WRONG_MODE); in btm_send_connect_request()
1142 return (BTM_WRONG_MODE); in BTM_ChangeEScoLinkParms()
1215 return (BTM_WRONG_MODE); in BTM_ChangeEScoLinkParms()
Dbtm_ble.cc843 return BTM_WRONG_MODE; in BTM_SetBleDataLength()
1611 return (BTM_WRONG_MODE); in btm_ble_set_encryption()
1657 cmd = BTM_WRONG_MODE; in btm_ble_set_encryption()
1704 return BTM_WRONG_MODE; in btm_ble_start_encrypt()
Dbtm_sec.cc858 return (BTM_WRONG_MODE); in btm_sec_bond_by_transport()
1076 return BTM_WRONG_MODE; in BTM_SecBondCancel()
1122 return BTM_WRONG_MODE; in BTM_SecBondCancel()
1191 (*p_callback)(&bd_addr, transport, p_ref_data, BTM_WRONG_MODE); in BTM_SetEncryption()
1193 return (BTM_WRONG_MODE); in BTM_SetEncryption()
1238 rc = BTM_WRONG_MODE; in BTM_SetEncryption()
3214 status = BTM_WRONG_MODE; in btm_proc_sp_req_evt()
Dbtm_ble_gap.cc424 tBTM_STATUS status = BTM_WRONG_MODE; in BTM_BleObserve()
2245 return BTM_WRONG_MODE; in btm_ble_start_adv()
Dbtm_acl.cc594 if (status != BTM_CMD_STARTED) return (BTM_WRONG_MODE); in BTM_SwitchRole()
/system/bt/main/shim/
Dbtm.h92 BTM_WRONG_MODE = 6, /* Device in wrong mode for request */ enumerator
Dbtm_api.cc440 return BTM_WRONG_MODE; in BTM_SetInquiryScanType()
454 return BTM_WRONG_MODE; in BTM_BleObserve()
536 return BTM_WRONG_MODE; in BTM_SetPageScanType()
Dbtm.cc561 return bluetooth::shim::BTM_WRONG_MODE; in CancelAllReadRemoteDeviceName()
/system/bt/stack/include/
Dbtm_api_types.h38 BTM_WRONG_MODE, /* 6 Device in wrong mode for request */ enumerator
/system/bt/bta/dm/
Dbta_dm_act.cc3637 case BTM_WRONG_MODE: in bta_dm_encrypt_cback()