Searched refs:HCI_ROLE_SLAVE (Results 1 – 9 of 9) sorted by relevance
110 u8 role = out ? HCI_ROLE_MASTER : HCI_ROLE_SLAVE; in phylink_add()
2785 if (conn->type == LE_LINK && conn->role == HCI_ROLE_SLAVE) { in hci_cs_disconnect()3155 HCI_ROLE_SLAVE); in hci_conn_complete_evt()3321 HCI_ROLE_SLAVE); in hci_conn_request_evt()3460 if (conn->type == LE_LINK && conn->role == HCI_ROLE_SLAVE) { in hci_disconn_complete_evt()6625 HCI_ROLE_SLAVE); in hci_le_pa_sync_estabilished_evt()6928 case HCI_ROLE_SLAVE: in hci_le_cis_estabilished_evt()7023 cis = hci_conn_add(hdev, ISO_LINK, &acl->dst, HCI_ROLE_SLAVE); in hci_le_cis_req_evt()7143 HCI_ROLE_SLAVE); in hci_le_big_sync_established_evt()
708 if (conn->role == HCI_ROLE_SLAVE) { in le_conn_timeout()2275 HCI_ROLE_SLAVE); in hci_connect_cis()
5263 if (conn->role == HCI_ROLE_SLAVE || in hci_le_connect_cancel_sync()6253 if (conn->role == HCI_ROLE_SLAVE) { in hci_le_create_conn_sync()
1203 return HCI_ROLE_SLAVE; in ltk_role()
1752 if (conn->hcon->role != HCI_ROLE_SLAVE) in smp_cmd_pairing_req()
1726 if (hcon->role == HCI_ROLE_SLAVE && in l2cap_le_conn_ready()8035 HCI_ROLE_SLAVE); in l2cap_chan_connect()
1012 if (c->role == HCI_ROLE_SLAVE) in hci_conn_hash_add()1041 if (c->role == HCI_ROLE_SLAVE) in hci_conn_hash_del()
677 #define HCI_ROLE_SLAVE 0x01 macro