Home
last modified time | relevance | path

Searched refs:BTM_DEV_RESET (Results 1 – 6 of 6) sorted by relevance

/system/bt/stack/btm/
Dbtm_devctl.cc140 btm_rssi_result.status = BTM_DEV_RESET; in btm_db_reset()
151 btm_failed_contact_counter_result.status = BTM_DEV_RESET; in btm_db_reset()
162 btm_automatic_flush_timeout_result.status = BTM_DEV_RESET; in btm_db_reset()
415 if (!controller_get_interface()->get_is_ready()) return (BTM_DEV_RESET); in BTM_SetLocalDeviceName()
513 if (!controller_get_interface()->get_is_ready()) return (BTM_DEV_RESET); in BTM_SetDeviceClass()
Dbtm_inq.cc183 if (!controller_get_interface()->get_is_ready()) return (BTM_DEV_RESET); in BTM_SetDiscoverability()
480 if (!controller_get_interface()->get_is_ready()) return (BTM_DEV_RESET); in BTM_SetConnectability()
1014 rem_name.status = BTM_DEV_RESET; in btm_inq_db_reset()
1027 status = BTM_DEV_RESET; in btm_inq_db_reset()
Dbtm_pm.cc366 BTM_DEV_RESET, 0); in btm_pm_reset()
/system/bt/main/shim/
Dbtm.h100 BTM_DEV_RESET = 12, /* Device has been reset */ enumerator
/system/bt/stack/include/
Dbtm_api_types.h44 BTM_DEV_RESET, /* 12 Device has been reset */ enumerator
/system/bt/stack/l2cap/
Dl2c_utils.cc227 p_buf->p_ref_data, BTM_DEV_RESET); in l2cu_release_lcb()