Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dbtm_status.h27 BTM_NO_RESOURCES, /* 3 No resources to issue command */ enumerator
70 CASE_RETURN_TEXT(BTM_NO_RESOURCES); in btm_status_text()
/system/bt/stack/btm/
Dbtm_devctl.cc363 if (btm_cb.devcb.p_rln_cmpl_cb) return (BTM_NO_RESOURCES); in BTM_ReadLocalDeviceNameFromController()
532 retval = BTM_NO_RESOURCES; in BTM_RegisterForVSEvents()
656 return BTM_NO_RESOURCES; in BTM_EnableTestMode()
661 return BTM_NO_RESOURCES; in BTM_EnableTestMode()
Dbtm_sco.cc349 return BTM_NO_RESOURCES; in BTM_CreateSco()
459 return (BTM_NO_RESOURCES); in BTM_CreateSco()
482 return BTM_NO_RESOURCES; in BTM_CreateSco()
798 return BTM_NO_RESOURCES; in BTM_RemoveSco()
Dbtm_sec.cc746 return (BTM_NO_RESOURCES); in btm_sec_bond_by_transport()
751 return (BTM_NO_RESOURCES); in btm_sec_bond_by_transport()
769 return (BTM_NO_RESOURCES); in btm_sec_bond_by_transport()
800 return (BTM_NO_RESOURCES); in btm_sec_bond_by_transport()
1093 (*p_callback)(&bd_addr, transport, p_ref_data, BTM_NO_RESOURCES); in BTM_SetEncryption()
1094 return BTM_NO_RESOURCES; in BTM_SetEncryption()
2158 } else if (status == BTM_NO_RESOURCES) { in btm_sec_dd_create_conn()
2159 return BTM_NO_RESOURCES; in btm_sec_dd_create_conn()
4280 return (BTM_NO_RESOURCES); in btm_sec_execute_procedure()
Dbtm_inq.cc362 return BTM_NO_RESOURCES; in BTM_SetConnectability()
545 btm_process_inq_complete(BTM_NO_RESOURCES, BTM_GENERAL_INQUIRY); in BTM_StartInquiry()
Dbtm_ble.cc1361 tBTM_STATUS cmd = BTM_NO_RESOURCES; in btm_ble_set_encryption()
1479 return BTM_NO_RESOURCES; in btm_ble_start_encrypt()
/system/bt/stack/acl/
Dbtm_pm.cc130 : (BTM_NO_RESOURCES); in BTM_PmRegister()
135 : (BTM_NO_RESOURCES); in BTM_PmRegister()
155 return BTM_NO_RESOURCES; in BTM_PmRegister()
625 return (BTM_NO_RESOURCES); in btm_pm_snd_md_req()
Dbtm_acl.cc554 return BTM_NO_RESOURCES; in BTM_SwitchRoleToCentral()
/system/bt/main/shim/
Dbtm_api.cc829 tBTM_STATUS status = BTM_NO_RESOURCES; in BTM_ReadRemoteDeviceName()
874 return BTM_NO_RESOURCES; in BTM_ClearInqDb()
881 return BTM_NO_RESOURCES; in BTM_WriteEIR()
918 return BTM_NO_RESOURCES; in BTM_GetEirSupportedServices()
/system/bt/stack/rfcomm/
Drfc_port_fsm.cc125 BTM_NO_RESOURCES); in rfc_port_sm_state_closed()
152 BTM_NO_RESOURCES); in rfc_port_sm_state_closed()
/system/bt/stack/l2cap/
Dl2c_link.cc1363 return BTM_NO_RESOURCES; in l2cu_ConnectAclForSecurity()
Dl2c_ble.cc1505 p_callback(bd_addr, BT_TRANSPORT_LE, p_ref_data, BTM_NO_RESOURCES); in l2ble_sec_access_req()
/system/bt/bta/dm/
Dbta_dm_act.cc3232 case BTM_NO_RESOURCES: in bta_dm_encrypt_cback()