Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_inq.cc270 return (BTM_WRONG_MODE); in BTM_SetInquiryScanType()
303 return (BTM_WRONG_MODE); in BTM_SetPageScanType()
337 if (!BTM_IsDeviceUp()) return (BTM_WRONG_MODE); in BTM_SetInquiryMode()
418 if (!BTM_IsDeviceUp()) return (BTM_WRONG_MODE); in BTM_SetPeriodicInquiryMode()
500 if (!BTM_IsDeviceUp()) return (BTM_WRONG_MODE); in BTM_CancelPeriodicInquiry()
655 if (!BTM_IsDeviceUp()) return (BTM_WRONG_MODE); in BTM_CancelInquiry()
762 return BTM_WRONG_MODE; in BTM_StartInquiry()
925 return (BTM_WRONG_MODE); in BTM_CancelRemoteDeviceName()
1958 if (!BTM_IsDeviceUp()) return (BTM_WRONG_MODE); in btm_initiate_rem_name()
Dbtm_sco.cc293 return (BTM_WRONG_MODE); in btm_send_connect_request()
1304 return (BTM_WRONG_MODE); in BTM_ReadEScoLinkParms()
1334 return (BTM_WRONG_MODE); in BTM_ChangeEScoLinkParms()
1407 return (BTM_WRONG_MODE); in BTM_ChangeEScoLinkParms()
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_ble.cc760 return BTM_WRONG_MODE; in BTM_SetBleDataLength()
1518 return (BTM_WRONG_MODE); in btm_ble_set_encryption()
1564 cmd = BTM_WRONG_MODE; in btm_ble_set_encryption()
1611 return BTM_WRONG_MODE; in btm_ble_start_encrypt()
Dbtm_sec.cc892 return (BTM_WRONG_MODE); in btm_sec_bond_by_transport()
1122 return BTM_WRONG_MODE; in BTM_SecBondCancel()
1168 return BTM_WRONG_MODE; in BTM_SecBondCancel()
1261 (*p_callback)(&bd_addr, transport, p_ref_data, BTM_WRONG_MODE); in BTM_SetEncryption()
1263 return (BTM_WRONG_MODE); in BTM_SetEncryption()
1308 rc = BTM_WRONG_MODE; in BTM_SetEncryption()
3428 status = BTM_WRONG_MODE; in btm_proc_sp_req_evt()
Dbtm_ble_gap.cc410 tBTM_STATUS status = BTM_WRONG_MODE; in BTM_BleObserve()
2215 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/stack/include/
Dbtm_api_types.h38 BTM_WRONG_MODE, /* 6 Device in wrong mode for request */ enumerator
/system/bt/bta/dm/
Dbta_dm_act.cc3630 case BTM_WRONG_MODE: in bta_dm_encrypt_cback()