Home
last modified time | relevance | path

Searched refs:HCI_ROLE_SLAVE (Results 1 – 6 of 6) sorted by relevance

/linux/net/bluetooth/
H A Dhci_event.c2760 if (conn->type == LE_LINK && conn->role == HCI_ROLE_SLAVE) { in hci_cs_disconnect()
3195 HCI_ROLE_SLAVE); in hci_conn_complete_evt()
3376 HCI_ROLE_SLAVE); in hci_conn_request_evt()
3503 if (conn->type == LE_LINK && conn->role == HCI_ROLE_SLAVE) { in hci_disconn_complete_evt()
6096 HCI_ROLE_SLAVE); in hci_le_past_received_evt()
6634 HCI_ROLE_SLAVE); in hci_le_pa_sync_established_evt()
7017 case HCI_ROLE_SLAVE: in hci_le_cis_established_evt()
7117 HCI_ROLE_SLAVE, cis_handle); in hci_le_cis_req_evt()
7257 HCI_ROLE_SLAVE, handle); in hci_le_big_sync_established_evt()
7317 HCI_ROLE_SLAVE))) { in hci_le_big_sync_lost_evt()
[all...]
H A Dhci_conn.c730 if (conn->role == HCI_ROLE_SLAVE) { in le_conn_timeout()
1394 if (conn->role == HCI_ROLE_SLAVE) in hci_le_conn_failed()
2242 conn = hci_conn_add_unset(hdev, PA_LINK, dst, dst_type, HCI_ROLE_SLAVE); in hci_pa_create_sync()
2457 HCI_ROLE_SLAVE, 0, 0); in hci_connect_cis()
H A Dhci_sync.c5840 if (conn->role == HCI_ROLE_SLAVE ||
6857 if (conn->role == HCI_ROLE_SLAVE) { in hci_le_create_conn_sync()
7523 HCI_ROLE_SLAVE); in create_pa_complete()
H A Dl2cap_core.c1641 if (hcon->role == HCI_ROLE_SLAVE && in l2cap_le_conn_ready()
7346 HCI_ROLE_SLAVE, 0, 0); in l2cap_chan_connect()
H A Dhci_core.c1142 return HCI_ROLE_SLAVE; in ltk_role()
/linux/include/net/bluetooth/
H A Dhci.h739 #define HCI_ROLE_SLAVE 0x01 macro