Searched refs:HCI_ROLE_SLAVE (Results 1 – 7 of 7) sorted by relevance
2733 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()
657 if (conn->role == HCI_ROLE_SLAVE) { in le_conn_timeout()2252 HCI_ROLE_SLAVE); in hci_connect_cis()
5459 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()
1595 if (hcon->role == HCI_ROLE_SLAVE && in l2cap_le_conn_ready()7001 HCI_ROLE_SLAVE); in l2cap_chan_connect()
1154 return HCI_ROLE_SLAVE; in ltk_role()
980 if (c->role == HCI_ROLE_SLAVE) in hci_conn_hash_add()1006 if (c->role == HCI_ROLE_SLAVE) in hci_conn_hash_del()
688 #define HCI_ROLE_SLAVE 0x01 macro