Searched refs:HCI_ROLE_SLAVE (Results 1 – 6 of 6) sorted by relevance
/linux/net/bluetooth/ |
H A D | hci_event.c | 2730 if (conn->type == LE_LINK && conn->role == HCI_ROLE_SLAVE) { in hci_cs_disconnect() 3098 &ev->bdaddr, HCI_ROLE_SLAVE); in hci_conn_complete_evt() 3287 HCI_ROLE_SLAVE); in hci_conn_request_evt() 3433 if (conn->type == LE_LINK && conn->role == HCI_ROLE_SLAVE) { in hci_disconn_complete_evt() 6393 HCI_ROLE_SLAVE); in hci_le_pa_sync_estabilished_evt() 6737 case HCI_ROLE_SLAVE: in hci_le_cis_estabilished_evt() 6836 cis = hci_conn_add(hdev, ISO_LINK, &acl->dst, HCI_ROLE_SLAVE, in hci_le_cis_req_evt() 6953 HCI_ROLE_SLAVE, handle); in hci_le_big_sync_established_evt()
|
H A D | hci_conn.c | 656 if (conn->role == HCI_ROLE_SLAVE) { in le_conn_timeout() 2159 conn = hci_conn_add_unset(hdev, ISO_LINK, dst, HCI_ROLE_SLAVE); in hci_pa_create_sync() 2411 HCI_ROLE_SLAVE, 0, 0); in hci_connect_cis()
|
H A D | hci_sync.c | 5438 if (conn->role == HCI_ROLE_SLAVE || in hci_le_connect_cancel_sync() 6419 if (conn->role == HCI_ROLE_SLAVE) { in hci_le_create_conn_sync()
|
H A D | l2cap_core.c | 1595 if (hcon->role == HCI_ROLE_SLAVE && in l2cap_le_conn_ready() 6999 HCI_ROLE_SLAVE, 0, 0); in l2cap_chan_connect()
|
H A D | hci_core.c | 1160 return HCI_ROLE_SLAVE; in ltk_role()
|
/linux/include/net/bluetooth/ |
H A D | hci_core.h | 984 if (c->role == HCI_ROLE_SLAVE) in hci_conn_hash_add() 1010 if (c->role == HCI_ROLE_SLAVE) in hci_conn_hash_del()
|