Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dbtm_status.h36 BTM_DEV_RESET, /* 12 Device has been reset */ enumerator
79 CASE_RETURN_TEXT(BTM_DEV_RESET); in btm_status_text()
/system/bt/stack/btm/
Dbtm_devctl.cc135 btm_rssi_result.status = BTM_DEV_RESET; in BTM_db_reset()
146 btm_failed_contact_counter_result.status = BTM_DEV_RESET; in BTM_db_reset()
157 btm_automatic_flush_timeout_result.status = BTM_DEV_RESET; in BTM_db_reset()
322 if (!controller_get_interface()->get_is_ready()) return (BTM_DEV_RESET); in BTM_SetLocalDeviceName()
420 if (!controller_get_interface()->get_is_ready()) return (BTM_DEV_RESET); in BTM_SetDeviceClass()
Dbtm_inq.cc207 if (!controller_get_interface()->get_is_ready()) return (BTM_DEV_RESET); in BTM_SetDiscoverability()
374 if (!controller_get_interface()->get_is_ready()) return (BTM_DEV_RESET); in BTM_SetConnectability()
787 rem_name.status = BTM_DEV_RESET; in btm_inq_db_reset()
/system/bt/stack/acl/
Dbtm_pm.cc385 (*cb)(raw_address, BTM_PM_STS_ERROR, BTM_DEV_RESET, HCI_SUCCESS); in btm_pm_reset()
/system/bt/stack/l2cap/
Dl2c_utils.cc220 p_buf->p_ref_data, BTM_DEV_RESET); in l2cu_release_lcb()