Home
last modified time | relevance | path

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

/Linux-v4.19/net/bluetooth/
Dhci_conn.c1423 int hci_conn_switch_role(struct hci_conn *conn, __u8 role) in hci_conn_switch_role() function
1439 EXPORT_SYMBOL(hci_conn_switch_role);
/Linux-v4.19/include/net/bluetooth/
Dhci_core.h917 int hci_conn_switch_role(struct hci_conn *conn, __u8 role);
/Linux-v4.19/net/bluetooth/rfcomm/
Dcore.c1299 hci_conn_switch_role(conn->hcon, 0x00); in rfcomm_dlc_accept()