Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_event.c2733 if (conn->type == LE_LINK && conn->role == HCI_ROLE_SLAVE) { in hci_cs_disconnect()
3101 &ev->bdaddr, HCI_ROLE_SLAVE); in hci_conn_complete_evt()
3290 HCI_ROLE_SLAVE); in hci_conn_request_evt()
3436 if (conn->type == LE_LINK && conn->role == HCI_ROLE_SLAVE) { in hci_disconn_complete_evt()
6371 HCI_ROLE_SLAVE); in hci_le_pa_sync_estabilished_evt()
6688 case HCI_ROLE_SLAVE: in hci_le_cis_estabilished_evt()
6787 cis = hci_conn_add(hdev, ISO_LINK, &acl->dst, HCI_ROLE_SLAVE, in hci_le_cis_req_evt()
6900 HCI_ROLE_SLAVE, handle); in hci_le_big_sync_established_evt()
6971 HCI_ROLE_SLAVE); in hci_le_big_info_adv_report_evt()
H A Dhci_conn.c657 if (conn->role == HCI_ROLE_SLAVE) { in le_conn_timeout()
2252 HCI_ROLE_SLAVE); in hci_connect_cis()
H A Dhci_sync.c5459 if (conn->role == HCI_ROLE_SLAVE || in hci_le_connect_cancel_sync()
6443 if (conn->role == HCI_ROLE_SLAVE) { in hci_le_create_conn_sync()
H A Dl2cap_core.c1595 if (hcon->role == HCI_ROLE_SLAVE && in l2cap_le_conn_ready()
7001 HCI_ROLE_SLAVE); in l2cap_chan_connect()
H A Dhci_core.c1154 return HCI_ROLE_SLAVE; in ltk_role()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h980 if (c->role == HCI_ROLE_SLAVE) in hci_conn_hash_add()
1006 if (c->role == HCI_ROLE_SLAVE) in hci_conn_hash_del()
H A Dhci.h688 #define HCI_ROLE_SLAVE 0x01 macro