Home
last modified time | relevance | path

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

/Linux-v5.10/net/bluetooth/
Dhci_conn.c1503 int hci_conn_switch_role(struct hci_conn *conn, __u8 role) in hci_conn_switch_role() function
1519 EXPORT_SYMBOL(hci_conn_switch_role);
/Linux-v5.10/include/net/bluetooth/
Dhci_core.h1069 int hci_conn_switch_role(struct hci_conn *conn, __u8 role);
/Linux-v5.10/net/bluetooth/rfcomm/
Dcore.c1297 hci_conn_switch_role(conn->hcon, 0x00); in rfcomm_dlc_accept()