Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bluetooth/
H A 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);
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_core.h1088 int hci_conn_switch_role(struct hci_conn *conn, __u8 role);
/OK3568_Linux_fs/kernel/net/bluetooth/rfcomm/
H A Dcore.c1333 hci_conn_switch_role(conn->hcon, 0x00); in rfcomm_dlc_accept()