Searched refs:HCI_ROLE_SLAVE (Results 1 – 5 of 5) sorted by relevance
/linux/net/bluetooth/ |
H A D | hci_event.c | 2710 if (conn->type == LE_LINK && conn->role == HCI_ROLE_SLAVE) { in hci_cs_disconnect() 3106 &ev->bdaddr, HCI_ROLE_SLAVE); in hci_conn_complete_evt() 3283 HCI_ROLE_SLAVE); in hci_conn_request_evt() 3429 if (conn->type == LE_LINK && conn->role == HCI_ROLE_SLAVE) { in hci_disconn_complete_evt() 6397 HCI_ROLE_SLAVE); in hci_le_pa_sync_established_evt() 6738 case HCI_ROLE_SLAVE: in hci_le_cis_established_evt() 6838 HCI_ROLE_SLAVE, cis_handle); in hci_le_cis_req_evt() 6955 HCI_ROLE_SLAVE, handle); in hci_le_big_sync_established_evt() 7023 HCI_ROLE_SLAVE))) { in hci_le_big_sync_lost_evt()
|
H A D | hci_conn.c | 657 if (conn->role == HCI_ROLE_SLAVE) { in le_conn_timeout() 2087 conn = hci_conn_add_unset(hdev, PA_LINK, dst, HCI_ROLE_SLAVE); in hci_pa_create_sync() 2277 HCI_ROLE_SLAVE, 0, 0); in hci_connect_cis()
|
H A D | hci_sync.c | 5535 if (conn->role == HCI_ROLE_SLAVE || in hci_le_connect_cancel_sync() 6524 if (conn->role == HCI_ROLE_SLAVE) { in hci_le_create_conn_sync() 6998 HCI_ROLE_SLAVE); in create_pa_complete()
|
H A D | l2cap_core.c | 1596 if (hcon->role == HCI_ROLE_SLAVE && in l2cap_le_conn_ready() 7060 HCI_ROLE_SLAVE, 0, 0); in l2cap_chan_connect()
|
/linux/include/net/bluetooth/ |
H A D | hci_core.h | 1009 if (c->role == HCI_ROLE_SLAVE) in hci_conn_hash_add() 1037 if (c->role == HCI_ROLE_SLAVE) in hci_conn_hash_del()
|