Hi Bing, > The module refcount is increased by hci_dev_hold() call in hci_conn_add() in hci_conn.c, and it is decreased by hci_dev_put() call in "del_conn" (hci_sysfs.c). > > In case connection timeout happens, hci_dev_put() is never called. can you test the attached patch for quickly. It should fix it. Regards Marcel