Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_devctl.cc138 btm_rssi_result.status = BTM_DEV_RESET; in btm_db_reset()
149 btm_failed_contact_counter_result.status = BTM_DEV_RESET; in btm_db_reset()
160 btm_automatic_flush_timeout_result.status = BTM_DEV_RESET; in btm_db_reset()
429 if (!controller_get_interface()->get_is_ready()) return (BTM_DEV_RESET); in BTM_SetLocalDeviceName()
527 if (!controller_get_interface()->get_is_ready()) return (BTM_DEV_RESET); in BTM_SetDeviceClass()
Dbtm_inq.cc168 if (!controller_get_interface()->get_is_ready()) return (BTM_DEV_RESET); in BTM_SetDiscoverability()
556 if (!controller_get_interface()->get_is_ready()) return (BTM_DEV_RESET); in BTM_SetConnectability()
1102 rem_name.status = BTM_DEV_RESET; in btm_inq_db_reset()
1115 status = BTM_DEV_RESET; in btm_inq_db_reset()
Dbtm_pm.cc372 BTM_DEV_RESET, 0); in btm_pm_reset()
/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()