Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/
H A Dhci_ldisc.c695 conn = hci_conn_hash_lookup_state(hu->hdev, LE_LINK, BT_CONNECTED); in rtkbt_simulate_disconnect_event()
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Da2mp.c1017 hs_hcon = hci_conn_hash_lookup_state(hdev, AMP_LINK, BT_CONNECT); in a2mp_send_create_phy_link_rsp()
H A Dhci_conn.c1573 conn = hci_conn_hash_lookup_state(hdev, ACL_LINK, BT_CONNECT2); in hci_conn_check_pending()
H A Dhci_request.c2782 conn = hci_conn_hash_lookup_state(hdev, LE_LINK, BT_CONNECT); in bg_scan_update()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_core.h1017 static inline struct hci_conn *hci_conn_hash_lookup_state(struct hci_dev *hdev, in hci_conn_hash_lookup_state() function