Home
last modified time | relevance | path

Searched refs:BTM_WRONG_MODE (Results 1 – 13 of 13) 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()
766 return (BTM_WRONG_MODE); in BTM_CancelInquiry()
886 return (BTM_WRONG_MODE); in BTM_StartInquiry()
1156 return (BTM_WRONG_MODE); in BTM_CancelRemoteDeviceName()
2571 return (BTM_WRONG_MODE); in btm_initiate_rem_name()
Dbtm_sco.c635 return (BTM_WRONG_MODE); in BTM_CreateSco()
638 return (BTM_WRONG_MODE); in BTM_CreateSco()
1480 return (BTM_WRONG_MODE); in BTM_ReadEScoLinkParms()
1512 return (BTM_WRONG_MODE); in BTM_ChangeEScoLinkParms()
1562 return (BTM_WRONG_MODE); in BTM_ChangeEScoLinkParms()
Dbtm_ble_adv_filter.c935 tBTM_STATUS st = BTM_WRONG_MODE; in btm_ble_clear_scan_pf_filter()
1045 tBTM_STATUS st = BTM_WRONG_MODE; in BTM_BleAdvFilterParamSetup()
1172 tBTM_STATUS st = BTM_WRONG_MODE; in BTM_BleEnableDisableFilterFeature()
Dbtm_acl.c716 return(BTM_WRONG_MODE); in BTM_SwitchRole()
825 return(BTM_WRONG_MODE); in BTM_ChangeLinkKey()
1856 return(BTM_WRONG_MODE); in BTM_SetSniffMode()
1892 return(BTM_WRONG_MODE); in BTM_CancelSniffMode()
1926 return(BTM_WRONG_MODE); in BTM_SetParkMode()
1964 return(BTM_WRONG_MODE); in BTM_CancelParkMode()
Dbtm_ble.c1149 return(BTM_WRONG_MODE); in btm_ble_set_encryption()
1191 cmd = BTM_WRONG_MODE; in btm_ble_set_encryption()
1250 return BTM_WRONG_MODE; in btm_ble_start_encrypt()
Dbtm_ble_multi_adv.c616 return BTM_WRONG_MODE; in BTM_BleUpdateAdvInstParam()
Dbtm_ble_gap.c304 tBTM_STATUS status = BTM_WRONG_MODE; in BTM_BleObserve()
418 status = BTM_WRONG_MODE; in BTM_BleBroadcast()
2749 return BTM_WRONG_MODE; in btm_ble_start_adv()
Dbtm_sec.c1179 return(BTM_WRONG_MODE); in btm_sec_bond_by_transport()
1418 return BTM_WRONG_MODE; in BTM_SecBondCancel()
1470 return BTM_WRONG_MODE; in BTM_SecBondCancel()
1580 (*p_callback) (bd_addr, transport, p_ref_data, BTM_WRONG_MODE); in BTM_SetEncryption()
1582 return(BTM_WRONG_MODE); in BTM_SetEncryption()
Dbtm_devctl.c333 return (BTM_WRONG_MODE); in BTM_SetAfhChannels()
/external/bluetooth/bluedroid/stack/gap/
Dgap_utils.c424 case BTM_WRONG_MODE: in gap_convert_btm_status()
/external/bluetooth/bluedroid/vnd/ble/
Dvendor_ble.c665 tBTM_STATUS st = BTM_WRONG_MODE; in btm_ble_vendor_enable_irk_feature()
/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.c4653 case BTM_WRONG_MODE: in bta_dm_encrypt_cback()