Home
last modified time | relevance | path

Searched refs:HCI_ROLE_SLAVE (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/net/bluetooth/
Damp.c110 u8 role = out ? HCI_ROLE_MASTER : HCI_ROLE_SLAVE; in phylink_add()
Dhci_conn.c483 if (conn->role == HCI_ROLE_SLAVE) { in le_conn_timeout()
1031 if (conn->role == HCI_ROLE_SLAVE) { in hci_connect_le()
Dl2cap_core.c1536 if (hcon->role == HCI_ROLE_SLAVE && in l2cap_le_conn_ready()
7252 HCI_ROLE_SLAVE, NULL); in l2cap_chan_connect()
Dsmp.c1741 if (conn->hcon->role != HCI_ROLE_SLAVE) in smp_cmd_pairing_req()
Dhci_core.c2353 return HCI_ROLE_SLAVE; in ltk_role()
Dhci_event.c2617 HCI_ROLE_SLAVE); in hci_conn_request_evt()
/Linux-v5.4/include/net/bluetooth/
Dhci_core.h723 if (c->role == HCI_ROLE_SLAVE) in hci_conn_hash_add()
749 if (c->role == HCI_ROLE_SLAVE) in hci_conn_hash_del()
Dhci.h517 #define HCI_ROLE_SLAVE 0x01 macro