Home
last modified time | relevance | path

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

/linux-4.1.27/net/bluetooth/
Damp.c116 u8 role = out ? HCI_ROLE_MASTER : HCI_ROLE_SLAVE; in phylink_add()
Dhci_conn.c421 if (conn->role == HCI_ROLE_SLAVE) { in le_conn_timeout()
809 if (conn->role == HCI_ROLE_SLAVE) { in hci_connect_le()
Dsmp.c1721 if (conn->hcon->role != HCI_ROLE_SLAVE) in smp_cmd_pairing_req()
Dl2cap_core.c1493 if (hcon->role == HCI_ROLE_SLAVE && in l2cap_le_conn_ready()
7116 role = HCI_ROLE_SLAVE; in l2cap_chan_connect()
Dhci_core.c2255 return HCI_ROLE_SLAVE; in ltk_role()
Dhci_event.c2359 HCI_ROLE_SLAVE); in hci_conn_request_evt()
/linux-4.1.27/include/net/bluetooth/
Dhci_core.h654 if (c->role == HCI_ROLE_SLAVE) in hci_conn_hash_add()
680 if (c->role == HCI_ROLE_SLAVE) in hci_conn_hash_del()
Dhci.h453 #define HCI_ROLE_SLAVE 0x01 macro