Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hid/
Dbtc_hh.c658 p_dev = btc_hh_find_dev_by_bda(arg->unplug.bd_addr); in btc_hh_virtual_unplug()
663 btc_hh_start_vup_timer(arg->unplug.bd_addr); in btc_hh_virtual_unplug()
667 param.unplug.conn_status = ESP_HIDH_CONN_STATE_DISCONNECTING; in btc_hh_virtual_unplug()
668 param.unplug.handle = p_dev->dev_handle; in btc_hh_virtual_unplug()
672 btc_hh_start_vup_timer(arg->unplug.bd_addr); in btc_hh_virtual_unplug()
676 param.unplug.conn_status = ESP_HIDH_CONN_STATE_DISCONNECTING; in btc_hh_virtual_unplug()
677 param.unplug.handle = p_dev->dev_handle; in btc_hh_virtual_unplug()
681 if (memcmp(btc_hh_cb.pending_conn_address, arg->unplug.bd_addr, BD_ADDR_LEN) == 0 && in btc_hh_virtual_unplug()
690 param.unplug.conn_status = ESP_HIDH_CONN_STATE_DISCONNECTED; in btc_hh_virtual_unplug()
691 param.unplug.handle = BTA_HH_INVALID_HANDLE; in btc_hh_virtual_unplug()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_hh.h118 } unplug; member
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_hidh_api.h182 … } unplug; /*!< HIDH callback param of ESP_HIDH_VC_UNPLUG_EVT */ member
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_hidh_api.c100 memcpy(arg.unplug.bd_addr, bd_addr, sizeof(esp_bd_addr_t)); in esp_bt_hid_host_virtual_cable_unplug()
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dflashing-firmware.rst107 It is now possible to unplug the flashed device and repeat the process by connecting another one an…