Searched refs:HCI_ROLE_SLAVE (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/net/bluetooth/ |
| H A D | hci_event.c | 2744 if (conn->type == LE_LINK && conn->role == HCI_ROLE_SLAVE) { in hci_cs_disconnect() 3140 &ev->bdaddr, HCI_ROLE_SLAVE); in hci_conn_complete_evt() 3317 HCI_ROLE_SLAVE); in hci_conn_request_evt() 3463 if (conn->type == LE_LINK && conn->role == HCI_ROLE_SLAVE) { in hci_disconn_complete_evt() 6416 HCI_ROLE_SLAVE); in hci_le_pa_sync_estabilished_evt() 6757 case HCI_ROLE_SLAVE: in hci_le_cis_estabilished_evt() 6856 cis = hci_conn_add(hdev, ISO_LINK, &acl->dst, HCI_ROLE_SLAVE, in hci_le_cis_req_evt() 6973 HCI_ROLE_SLAVE, handle); in hci_le_big_sync_established_evt()
|
| H A D | hci_conn.c | 657 if (conn->role == HCI_ROLE_SLAVE) { in le_conn_timeout() 2073 conn = hci_conn_add_unset(hdev, ISO_LINK, dst, HCI_ROLE_SLAVE); in hci_pa_create_sync() 2247 HCI_ROLE_SLAVE, 0, 0); in hci_connect_cis()
|
| H A D | hci_sync.c | 5466 if (conn->role == HCI_ROLE_SLAVE || in hci_le_connect_cancel_sync() 6447 if (conn->role == HCI_ROLE_SLAVE) { in hci_le_create_conn_sync()
|
| H A D | l2cap_core.c | 1596 if (hcon->role == HCI_ROLE_SLAVE && in l2cap_le_conn_ready() 7036 HCI_ROLE_SLAVE, 0, 0); in l2cap_chan_connect()
|
| H A D | hci_core.c | 1160 return HCI_ROLE_SLAVE; in ltk_role()
|
| /linux-6.15/include/net/bluetooth/ |
| H A D | hci_core.h | 992 if (c->role == HCI_ROLE_SLAVE) in hci_conn_hash_add() 1018 if (c->role == HCI_ROLE_SLAVE) in hci_conn_hash_del()
|
| H A D | hci.h | 728 #define HCI_ROLE_SLAVE 0x01 macro
|