Home
last modified time | relevance | path

Searched refs:BTM_ILLEGAL_VALUE (Results 1 – 14 of 14) sorted by relevance

/system/bt/stack/btm/
Dbtm_ble_batchscan.c175 return BTM_ILLEGAL_VALUE; in btm_ble_batchscan_enq_rep_q()
337 return BTM_ILLEGAL_VALUE; in btm_ble_read_batchscan_reports()
526 return BTM_ILLEGAL_VALUE; in btm_ble_set_storage_config()
573 return BTM_ILLEGAL_VALUE; in btm_ble_set_batchscan_param()
613 return BTM_ILLEGAL_VALUE; in btm_ble_enable_disable_batchscan()
623 return BTM_ILLEGAL_VALUE; in btm_ble_enable_disable_batchscan()
665 return BTM_ILLEGAL_VALUE; in BTM_BleSetStorageConfig()
685 return BTM_ILLEGAL_VALUE; in BTM_BleSetStorageConfig()
738 return BTM_ILLEGAL_VALUE; in BTM_BleEnableBatchScan()
789 return BTM_ILLEGAL_VALUE; in BTM_BleEnableBatchScan()
[all …]
Dbtm_ble_cont_energy.c86 tBTM_STATUS status = BTM_ILLEGAL_VALUE; in BTM_BleGetEnergyInfo()
104 return BTM_ILLEGAL_VALUE; in BTM_BleGetEnergyInfo()
Dbtm_inq.c189 return (BTM_ILLEGAL_VALUE); in BTM_SetDiscoverability()
216 return (BTM_ILLEGAL_VALUE); in BTM_SetDiscoverability()
303 return (BTM_ILLEGAL_VALUE); in BTM_SetInquiryScanType()
340 return (BTM_ILLEGAL_VALUE); in BTM_SetPageScanType()
396 return (BTM_ILLEGAL_VALUE); in BTM_SetInquiryMode()
485 return (BTM_ILLEGAL_VALUE); in BTM_SetPeriodicInquiryMode()
498 return (BTM_ILLEGAL_VALUE); in BTM_SetPeriodicInquiryMode()
616 return (BTM_ILLEGAL_VALUE); in BTM_SetConnectability()
643 return (BTM_ILLEGAL_VALUE); in BTM_SetConnectability()
870 return (BTM_ILLEGAL_VALUE); in BTM_StartInquiry()
[all …]
Dbtm_ble_adv_filter.c465 tBTM_STATUS st = BTM_ILLEGAL_VALUE; in btm_ble_update_pf_local_name()
520 tBTM_STATUS st = BTM_ILLEGAL_VALUE; in btm_ble_update_srvc_data_change()
556 tBTM_STATUS st = BTM_ILLEGAL_VALUE; in btm_ble_update_pf_manu_data()
740 tBTM_STATUS st = BTM_ILLEGAL_VALUE; in btm_ble_update_addr_filter()
796 tBTM_STATUS st = BTM_ILLEGAL_VALUE; in btm_ble_update_uuid_filter()
876 return BTM_ILLEGAL_VALUE; in btm_ble_update_uuid_filter()
952 return BTM_ILLEGAL_VALUE; in btm_ble_clear_scan_pf_filter()
1240 tBTM_STATUS st = BTM_ILLEGAL_VALUE; in BTM_BleCfgFilterCondition()
Dbtm_ble_multi_adv.c617 tBTM_STATUS rt = BTM_ILLEGAL_VALUE; in BTM_BleUpdateAdvInstParam()
685 return BTM_ILLEGAL_VALUE; in BTM_BleCfgAdvInstData()
719 tBTM_STATUS rt = BTM_ILLEGAL_VALUE; in BTM_BleDisableAdvInstance()
Dbtm_ble_gap.c368 return BTM_ILLEGAL_VALUE; in BTM_BleObserve()
458 return BTM_ILLEGAL_VALUE; in BTM_BleBroadcast()
919 return BTM_ILLEGAL_VALUE; in BTM_BleSetConnectableMode()
1058 return BTM_ILLEGAL_VALUE; in BTM_BleSetAdvParams()
1063 return BTM_ILLEGAL_VALUE; in BTM_BleSetAdvParams()
1185 scan_setup_status_cback(client_if, BTM_ILLEGAL_VALUE); in BTM_BleSetScanParams()
1212 return BTM_ILLEGAL_VALUE; in BTM_BleWriteScanRsp()
1227 status = BTM_ILLEGAL_VALUE; in BTM_BleWriteScanRsp()
1252 return BTM_ILLEGAL_VALUE; in BTM_BleWriteAdvData()
1771 return(BTM_ILLEGAL_VALUE); in btm_ble_set_discoverability()
[all …]
Dbtm_pm.c142 return BTM_ILLEGAL_VALUE; in BTM_PmRegister()
156 return BTM_ILLEGAL_VALUE; in BTM_PmRegister()
191 return BTM_ILLEGAL_VALUE; in BTM_SetPowerMode()
Dbtm_sco.c346 status = BTM_ILLEGAL_VALUE;
1479 return (BTM_ILLEGAL_VALUE);
1812 …S BTM_RegForEScoEvts (UINT16 sco_inx, tBTM_ESCO_CBACK *p_esco_cback) { return (BTM_ILLEGAL_VALUE);}
Dbtm_devctl.c449 return (BTM_ILLEGAL_VALUE); in BTM_SetLocalDeviceName()
Dbtm_ble.c861 return BTM_ILLEGAL_VALUE; in BTM_SetBleDataLength()
867 return BTM_ILLEGAL_VALUE; in BTM_SetBleDataLength()
Dbtm_sec.c880 res = BTM_ILLEGAL_VALUE; in BTM_PINCodeReply()
1607 res = BTM_ILLEGAL_VALUE; in BTM_PasskeyReqReply()
/system/bt/stack/gap/
Dgap_utils.c127 case BTM_ILLEGAL_VALUE: in gap_convert_btm_status()
/system/bt/stack/include/
Dbtm_api.h50 BTM_ILLEGAL_VALUE, /* 5 Illegal parameter value */ enumerator
/system/bt/btif/src/
Dbtif_gatt_client.c274 case BTM_ILLEGAL_VALUE: in btif_gattc_translate_btm_status()