Home
last modified time | relevance | path

Searched refs:BTM_NO_RESOURCES (Results 1 – 16 of 16) sorted by relevance

/system/bt/stack/btm/
Dbtm_devctl.c466 return (BTM_NO_RESOURCES); in BTM_SetLocalDeviceName()
491 return(BTM_NO_RESOURCES); in BTM_ReadLocalDeviceName()
510 return(BTM_NO_RESOURCES); in BTM_ReadLocalDeviceNameFromController()
576 return (BTM_NO_RESOURCES); in BTM_SetDeviceClass()
750 retval = BTM_NO_RESOURCES; in BTM_RegisterForVSEvents()
803 return (BTM_NO_RESOURCES); in BTM_WritePageTimeout()
827 return (BTM_NO_RESOURCES); in BTM_WriteVoiceSettings()
858 return (BTM_NO_RESOURCES); in BTM_EnableTestMode()
864 return BTM_NO_RESOURCES; in BTM_EnableTestMode()
871 return BTM_NO_RESOURCES; in BTM_EnableTestMode()
[all …]
Dbtm_inq.c230 return (BTM_NO_RESOURCES); /* Cannot continue */ in BTM_SetDiscoverability()
235 return (BTM_NO_RESOURCES); /* Cannot continue */ in BTM_SetDiscoverability()
251 return (BTM_NO_RESOURCES); in BTM_SetDiscoverability()
263 return (BTM_NO_RESOURCES); in BTM_SetDiscoverability()
317 return (BTM_NO_RESOURCES); in BTM_SetInquiryScanType()
354 return (BTM_NO_RESOURCES); in BTM_SetPageScanType()
402 return (BTM_NO_RESOURCES); in BTM_SetInquiryMode()
566 status = BTM_NO_RESOURCES; in BTM_CancelPeriodicInquiry()
606 return BTM_NO_RESOURCES; in BTM_SetConnectability()
655 return (BTM_NO_RESOURCES); in BTM_SetConnectability()
[all …]
Dbtm_ble_batchscan.c319 tBTM_STATUS status = BTM_NO_RESOURCES; in btm_ble_read_batchscan_reports()
506 tBTM_STATUS status = BTM_NO_RESOURCES; in btm_ble_set_storage_config()
547 tBTM_STATUS status = BTM_NO_RESOURCES; in btm_ble_set_batchscan_param()
588 tBTM_STATUS status = BTM_NO_RESOURCES; in btm_ble_enable_disable_batchscan()
653 tBTM_STATUS status = BTM_NO_RESOURCES; in BTM_BleSetStorageConfig()
728 tBTM_STATUS status = BTM_NO_RESOURCES; in BTM_BleEnableBatchScan()
803 tBTM_STATUS status = BTM_NO_RESOURCES; in BTM_BleDisableBatchScan()
845 tBTM_STATUS status = BTM_NO_RESOURCES; in BTM_BleReadScanReports()
Dbtm_sco.c386 return (BTM_NO_RESOURCES);
411 return (BTM_NO_RESOURCES);
480 return (BTM_NO_RESOURCES);
713 return (BTM_NO_RESOURCES);
729 return (BTM_NO_RESOURCES);
1100 return (BTM_NO_RESOURCES);
1105 return (BTM_NO_RESOURCES);
1582 return (BTM_NO_RESOURCES);
1604 return (BTM_NO_RESOURCES);
1803 tBTM_SCO_CB *p_disc_cb) {return (BTM_NO_RESOURCES);}
[all …]
Dbtm_ble_adv_filter.c493 != BTM_NO_RESOURCES) in btm_ble_update_pf_local_name()
643 btm_ble_scan_pf_cmpl_cback)) != BTM_NO_RESOURCES) in btm_ble_update_pf_manu_data()
764 btm_ble_scan_pf_cmpl_cback)) != BTM_NO_RESOURCES) in btm_ble_update_addr_filter()
837 btm_ble_scan_pf_cmpl_cback)) == BTM_NO_RESOURCES) in btm_ble_update_uuid_filter()
910 btm_ble_scan_pf_cmpl_cback)) != BTM_NO_RESOURCES) in btm_ble_update_uuid_filter()
1023 != BTM_NO_RESOURCES) in btm_ble_clear_scan_pf_filter()
1121 == BTM_NO_RESOURCES) in BTM_BleAdvFilterParamSetup()
1141 == BTM_NO_RESOURCES) in BTM_BleAdvFilterParamSetup()
1162 == BTM_NO_RESOURCES) in BTM_BleAdvFilterParamSetup()
Dbtm_acl.c644 return(BTM_NO_RESOURCES); in BTM_SwitchRole()
681 return(BTM_NO_RESOURCES); in BTM_SwitchRole()
691 return(BTM_NO_RESOURCES); in BTM_SwitchRole()
851 …eturn(btsnd_hcic_write_policy_set (p->hci_handle, *settings) ? BTM_CMD_STARTED : BTM_NO_RESOURCES); in BTM_SetLinkPolicy()
1314 return(BTM_NO_RESOURCES); in BTM_SetLinkSuperTout()
1657 return(BTM_NO_RESOURCES); in btm_set_packet_types()
1897 return(BTM_NO_RESOURCES); in BTM_SetQoS()
2009 return(BTM_NO_RESOURCES); in BTM_ReadRSSI()
2055 return(BTM_NO_RESOURCES); in BTM_ReadLinkQuality()
2116 return(BTM_NO_RESOURCES); in BTM_ReadTxPower()
[all …]
Dbtm_ble_privacy.c457 tBTM_STATUS st = BTM_NO_RESOURCES; in btm_ble_remove_resolving_list_entry()
498 tBTM_STATUS st = BTM_NO_RESOURCES; in btm_ble_clear_resolving_list()
533 tBTM_STATUS st = BTM_NO_RESOURCES; in btm_ble_read_resolving_list_entry()
Dbtm_pm.c165 return BTM_NO_RESOURCES; in BTM_PmRegister()
362 return BTM_NO_RESOURCES; in BTM_SetSsrParams()
715 return (BTM_NO_RESOURCES); in btm_pm_snd_md_req()
Dbtm_ble_gap.c450 tBTM_STATUS status = BTM_NO_RESOURCES; in BTM_BleBroadcast()
479 status = BTM_NO_RESOURCES; in BTM_BleBroadcast()
1204 tBTM_STATUS status = BTM_NO_RESOURCES; in BTM_BleWriteScanRsp()
1271 return BTM_NO_RESOURCES; in BTM_BleWriteAdvData()
1804 status = BTM_NO_RESOURCES; in btm_ble_set_discoverability()
1909 status = BTM_NO_RESOURCES; in btm_ble_set_connectability()
2896 status = BTM_NO_RESOURCES; in btm_ble_start_scan()
3049 tBTM_STATUS rt = BTM_NO_RESOURCES; in btm_ble_start_adv()
3107 rt = BTM_NO_RESOURCES; in btm_ble_stop_adv()
Dbtm_sec.c994 return(BTM_NO_RESOURCES); in btm_sec_bond_by_transport()
1015 return(BTM_NO_RESOURCES); in btm_sec_bond_by_transport()
1049 return(BTM_NO_RESOURCES); in btm_sec_bond_by_transport()
1090 return(BTM_NO_RESOURCES); in btm_sec_bond_by_transport()
1273 return BTM_NO_RESOURCES; in BTM_SecBondCancel()
1411 (*p_callback) (bd_addr, transport, p_ref_data, BTM_NO_RESOURCES); in BTM_SetEncryption()
1412 return BTM_NO_RESOURCES; in BTM_SetEncryption()
1507 status = BTM_NO_RESOURCES; in btm_sec_send_hci_disconnect()
1695 status = BTM_NO_RESOURCES; in BTM_ReadLocalOobData()
2515 return BTM_NO_RESOURCES; in btm_sec_mx_access_request()
[all …]
Dbtm_ble_multi_adv.c549 tBTM_STATUS rt = BTM_NO_RESOURCES; in BTM_BleEnableAdvInstance()
Dbtm_ble.c1421 tBTM_STATUS cmd = BTM_NO_RESOURCES; in btm_ble_set_encryption()
1531 tBTM_STATUS rt = BTM_NO_RESOURCES; in btm_ble_start_encrypt()
/system/bt/stack/l2cap/
Dl2c_ble.c1505 p_callback(bd_addr, BT_TRANSPORT_LE, p_ref_data, BTM_NO_RESOURCES); in l2ble_sec_access_req()
/system/bt/stack/include/
Dbtm_api.h48 BTM_NO_RESOURCES, /* 3 No resources to issue command */ enumerator
/system/bt/btif/src/
Dbtif_gatt_client.c266 case BTM_NO_RESOURCES: in btif_gattc_translate_btm_status()
/system/bt/bta/dm/
Dbta_dm_act.c4181 case BTM_NO_RESOURCES: in bta_dm_encrypt_cback()