Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_devctl.c117 tBTM_STATUS status = BTM_DEV_RESET; in btm_db_reset()
457 return (BTM_DEV_RESET); in BTM_SetLocalDeviceName()
583 return (BTM_DEV_RESET); in BTM_SetDeviceClass()
1052 return (BTM_DEV_RESET); in BTM_SetAfhChannels()
1125 return (BTM_DEV_RESET); in BTM_BleSetChannels()
Dbtm_inq.c181 return (BTM_DEV_RESET); in BTM_SetDiscoverability()
602 return (BTM_DEV_RESET); in BTM_SetConnectability()
1294 rem_name.status = BTM_DEV_RESET; in btm_inq_db_reset()
1306 status = BTM_DEV_RESET; in btm_inq_db_reset()
Dbtm_pm.c368 …cb)((btm_handle_to_acl(btm_cb.pm_pend_link_hdl))->remote_addr, BTM_PM_STS_ERROR, BTM_DEV_RESET, 0); in btm_pm_reset()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h62 BTM_DEV_RESET, /* 12 Device has been reset */ enumerator
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_utils.c285 … p_buf->p_callback(p_lcb->remote_bd_addr, p_lcb->transport, p_buf->p_ref_data, BTM_DEV_RESET); in l2cu_release_lcb()