Home
last modified time | relevance | path

Searched refs:hci_conn_switch_role (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/net/bluetooth/
Dhci_conn.c1505 int hci_conn_switch_role(struct hci_conn *conn, __u8 role) in hci_conn_switch_role() function
1521 EXPORT_SYMBOL(hci_conn_switch_role);
/kernel/linux/linux-5.10/include/net/bluetooth/
Dhci_core.h1083 int hci_conn_switch_role(struct hci_conn *conn, __u8 role);
/kernel/linux/linux-5.10/net/bluetooth/rfcomm/
Dcore.c1333 hci_conn_switch_role(conn->hcon, 0x00); in rfcomm_dlc_accept()