Searched refs:unplug (Results 1 – 5 of 5) sorted by relevance
658 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 …]
118 } unplug; member
182 … } unplug; /*!< HIDH callback param of ESP_HIDH_VC_UNPLUG_EVT */ member
100 memcpy(arg.unplug.bd_addr, bd_addr, sizeof(esp_bd_addr_t)); in esp_bt_hid_host_virtual_cable_unplug()
107 It is now possible to unplug the flashed device and repeat the process by connecting another one an…