Symbol: HCI_ROLE_MASTER
net/bluetooth/hci_conn.c
1065
if (conn->role == HCI_ROLE_MASTER)
net/bluetooth/hci_conn.c
1088
if (conn->role == HCI_ROLE_MASTER)
net/bluetooth/hci_conn.c
1675
conn = hci_conn_add_unset(hdev, BIS_LINK, dst, 0, HCI_ROLE_MASTER);
net/bluetooth/hci_conn.c
1722
HCI_ROLE_MASTER);
net/bluetooth/hci_conn.c
1770
HCI_ROLE_MASTER);
net/bluetooth/hci_conn.c
1839
sco = hci_conn_add_unset(hdev, type, dst, 0, HCI_ROLE_MASTER);
net/bluetooth/hci_conn.c
184
if (conn->type == ACL_LINK && conn->role == HCI_ROLE_MASTER &&
net/bluetooth/hci_conn.c
2040
HCI_ROLE_MASTER);
net/bluetooth/hci_conn.c
2309
HCI_ROLE_MASTER);
net/bluetooth/hci_conn.c
2744
if (conn->role == HCI_ROLE_MASTER)
net/bluetooth/hci_conn.c
896
if (conn->role == HCI_ROLE_MASTER) {
net/bluetooth/hci_conn.c
906
HCI_ROLE_MASTER);
net/bluetooth/hci_conn.c
913
HCI_ROLE_MASTER);
net/bluetooth/hci_conn.c
920
HCI_ROLE_MASTER);
net/bluetooth/hci_core.c
1137
return HCI_ROLE_MASTER;
net/bluetooth/hci_event.c
2278
0, HCI_ROLE_MASTER);
net/bluetooth/hci_event.c
3135
(conn->role == HCI_ROLE_MASTER && conn->state != BT_CONNECT)) {
net/bluetooth/hci_event.c
5739
(conn->role == HCI_ROLE_MASTER && conn->state != BT_CONNECT)) {
net/bluetooth/hci_event.c
6141
HCI_ROLE_MASTER, phy, sec_phy);
net/bluetooth/hci_event.c
6803
if (hcon->role == HCI_ROLE_MASTER) {
net/bluetooth/hci_event.c
6970
case HCI_ROLE_MASTER:
net/bluetooth/hci_event.c
7102
HCI_ROLE_MASTER))) {
net/bluetooth/hci_sync.c
7103
conn->role = HCI_ROLE_MASTER;
net/bluetooth/hci_sync.c
7667
if (conn->role == HCI_ROLE_MASTER)
net/bluetooth/iso.c
2189
conn->hcon->role == HCI_ROLE_MASTER &&
net/bluetooth/l2cap_core.c
4760
if (hcon->role != HCI_ROLE_MASTER)
net/bluetooth/mgmt.c
8024
if (!hci_conn_valid(hdev, conn) || conn->role != HCI_ROLE_MASTER)
net/bluetooth/mgmt.c
8153
if (conn && conn->role == HCI_ROLE_MASTER &&
net/bluetooth/smp.c
2274
if (hcon->role != HCI_ROLE_MASTER)
net/bluetooth/smp.c
2352
if (hcon->role == HCI_ROLE_MASTER)
net/bluetooth/smp.c
2396
if (hcon->role == HCI_ROLE_MASTER)
net/bluetooth/smp.c
3068
if (hcon->role != HCI_ROLE_MASTER)