Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_devctl.cc456 if (btm_cb.devcb.p_rln_cmpl_cb) return (BTM_NO_RESOURCES); in BTM_ReadLocalDeviceNameFromController()
646 retval = BTM_NO_RESOURCES; in BTM_RegisterForVSEvents()
734 return BTM_NO_RESOURCES; in BTM_EnableTestMode()
740 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.cc128 return BTM_NO_RESOURCES; in BTM_PmRegister()
649 return (BTM_NO_RESOURCES); in btm_pm_snd_md_req()
Dbtm_sec.cc824 return (BTM_NO_RESOURCES); in btm_sec_bond_by_transport()
829 return (BTM_NO_RESOURCES); in btm_sec_bond_by_transport()
847 return (BTM_NO_RESOURCES); in btm_sec_bond_by_transport()
877 return (BTM_NO_RESOURCES); in btm_sec_bond_by_transport()
1183 (*p_callback)(&bd_addr, transport, p_ref_data, BTM_NO_RESOURCES); in BTM_SetEncryption()
1184 return BTM_NO_RESOURCES; in BTM_SetEncryption()
2043 return BTM_NO_RESOURCES; in btm_sec_mx_access_request()
2542 return (BTM_NO_RESOURCES); in btm_sec_dd_create_conn()
2553 return (BTM_NO_RESOURCES); in btm_sec_dd_create_conn()
4795 return (BTM_NO_RESOURCES); in btm_sec_execute_procedure()
Dbtm_inq.cc468 return BTM_NO_RESOURCES; in BTM_SetConnectability()
1473 btm_process_inq_complete(BTM_NO_RESOURCES, in btm_initiate_inquiry()
Dbtm_ble.cc1522 tBTM_STATUS cmd = BTM_NO_RESOURCES; in btm_ble_set_encryption()
1640 return BTM_NO_RESOURCES; in btm_ble_start_encrypt()
Dbtm_acl.cc574 if (is_sco_active) return (BTM_NO_RESOURCES); in BTM_SwitchRole()
/system/bt/main/shim/
Dbtm_api.cc663 tBTM_STATUS status = BTM_NO_RESOURCES; in BTM_ReadRemoteDeviceName()
708 return BTM_NO_RESOURCES; in BTM_ClearInqDb()
714 return BTM_NO_RESOURCES; in BTM_WriteEIR()
751 return BTM_NO_RESOURCES; in BTM_GetEirSupportedServices()
896 return BTM_NO_RESOURCES; in BTM_SetBleDataLength()
Dbtm.h91 BTM_NO_RESOURCES = 3, /* No resources to issue command */ enumerator
/system/bt/stack/include/
Dbtm_api_types.h35 BTM_NO_RESOURCES, /* 3 No resources to issue command */ enumerator
/system/bt/stack/l2cap/
Dl2c_ble.cc1247 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.cc3640 case BTM_NO_RESOURCES: in bta_dm_encrypt_cback()