Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/btm/
Dbtm_inq.c332 else return (BTM_WRONG_MODE); in BTM_SetInquiryScanType()
369 else return (BTM_WRONG_MODE); in BTM_SetPageScanType()
413 return (BTM_WRONG_MODE); in BTM_SetInquiryMode()
489 return (BTM_WRONG_MODE); in BTM_SetPeriodicInquiryMode()
580 return (BTM_WRONG_MODE); in BTM_CancelPeriodicInquiry()
764 return (BTM_WRONG_MODE); in BTM_CancelInquiry()
857 return (BTM_WRONG_MODE); in BTM_StartInquiry()
1051 return (BTM_WRONG_MODE); in BTM_CancelRemoteDeviceName()
2422 return (BTM_WRONG_MODE); in btm_initiate_rem_name()
Dbtm_sco.c628 return (BTM_WRONG_MODE); in BTM_CreateSco()
631 return (BTM_WRONG_MODE); in BTM_CreateSco()
1473 return (BTM_WRONG_MODE); in BTM_ReadEScoLinkParms()
1505 return (BTM_WRONG_MODE); in BTM_ChangeEScoLinkParms()
1555 return (BTM_WRONG_MODE); in BTM_ChangeEScoLinkParms()
Dbtm_acl.c628 return(BTM_WRONG_MODE); in BTM_SwitchRole()
737 return(BTM_WRONG_MODE); in BTM_ChangeLinkKey()
1754 return(BTM_WRONG_MODE); in BTM_SetSniffMode()
1790 return(BTM_WRONG_MODE); in BTM_CancelSniffMode()
1824 return(BTM_WRONG_MODE); in BTM_SetParkMode()
1862 return(BTM_WRONG_MODE); in BTM_CancelParkMode()
Dbtm_sec.c1067 return(BTM_WRONG_MODE); in BTM_SecBond()
1082 return(BTM_WRONG_MODE); in BTM_SecBond()
1289 return BTM_WRONG_MODE; in BTM_SecBondCancel()
1342 return BTM_WRONG_MODE; in BTM_SecBondCancel()
1446 (*p_callback) (bd_addr, p_ref_data, BTM_WRONG_MODE); in BTM_SetEncryption()
1448 return(BTM_WRONG_MODE); in BTM_SetEncryption()
Dbtm_devctl.c335 return (BTM_WRONG_MODE); in BTM_SetAfhChannels()
Dbtm_ble_gap.c254 status = BTM_WRONG_MODE; in BTM_BleBroadcast()
Dbtm_ble.c1103 return(BTM_WRONG_MODE); in btm_ble_set_encryption()
/external/bluetooth/bluedroid/stack/gap/
Dgap_utils.c420 case BTM_WRONG_MODE: in gap_convert_btm_status()
/external/bluetooth/bluedroid/stack/include/
Dbtm_api.h53 BTM_WRONG_MODE, /* 6 Device in wrong mode for request */ enumerator
/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_act.c4464 case BTM_WRONG_MODE: in bta_dm_encrypt_cback()