Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_devctl.cc470 if (btm_cb.devcb.p_rln_cmpl_cb) return (BTM_NO_RESOURCES); in BTM_ReadLocalDeviceNameFromController()
677 retval = BTM_NO_RESOURCES; in BTM_RegisterForVSEvents()
765 return BTM_NO_RESOURCES; in BTM_EnableTestMode()
771 return BTM_NO_RESOURCES; in BTM_EnableTestMode()
Dbtm_sco.cc228 return (BTM_NO_RESOURCES); in BTM_WriteScoData()
551 return (BTM_NO_RESOURCES); in BTM_CreateSco()
571 return BTM_NO_RESOURCES; in BTM_CreateSco()
921 return (BTM_NO_RESOURCES); in BTM_RemoveSco()
Dbtm_pm.cc133 return BTM_NO_RESOURCES; in BTM_PmRegister()
655 return (BTM_NO_RESOURCES); in btm_pm_snd_md_req()
Dbtm_sec.cc897 return (BTM_NO_RESOURCES); in btm_sec_bond_by_transport()
902 return (BTM_NO_RESOURCES); in btm_sec_bond_by_transport()
920 return (BTM_NO_RESOURCES); in btm_sec_bond_by_transport()
950 return (BTM_NO_RESOURCES); in btm_sec_bond_by_transport()
1286 (*p_callback)(&bd_addr, transport, p_ref_data, BTM_NO_RESOURCES); in BTM_SetEncryption()
1287 return BTM_NO_RESOURCES; in BTM_SetEncryption()
2301 return BTM_NO_RESOURCES; in btm_sec_mx_access_request()
2800 return (BTM_NO_RESOURCES); in btm_sec_dd_create_conn()
2811 return (BTM_NO_RESOURCES); in btm_sec_dd_create_conn()
5054 return (BTM_NO_RESOURCES); in btm_sec_execute_procedure()
Dbtm_inq.cc544 return BTM_NO_RESOURCES; in BTM_SetConnectability()
1561 btm_process_inq_complete(BTM_NO_RESOURCES, in btm_initiate_inquiry()
Dbtm_ble.cc1510 tBTM_STATUS cmd = BTM_NO_RESOURCES; in btm_ble_set_encryption()
1628 return BTM_NO_RESOURCES; in btm_ble_start_encrypt()
Dbtm_acl.cc572 if (is_sco_active) return (BTM_NO_RESOURCES); in BTM_SwitchRole()
/system/bt/stack/l2cap/
Dl2c_ble.cc1244 p_callback(bd_addr, BT_TRANSPORT_LE, p_ref_data, BTM_NO_RESOURCES); in l2ble_sec_access_req()
/system/bt/stack/include/
Dbtm_api_types.h35 BTM_NO_RESOURCES, /* 3 No resources to issue command */ enumerator
/system/bt/bta/dm/
Dbta_dm_act.cc3633 case BTM_NO_RESOURCES: in bta_dm_encrypt_cback()