Lines Matching refs:role
695 __u8 role; member
1009 if (c->role == HCI_ROLE_SLAVE) in hci_conn_hash_add()
1037 if (c->role == HCI_ROLE_SLAVE) in hci_conn_hash_del()
1359 __u8 role) in hci_conn_hash_lookup_big_state() argument
1367 if (c->type != BIS_LINK || c->state != state || c->role != role) in hci_conn_hash_lookup_big_state()
1523 u8 role, u16 handle);
1525 bdaddr_t *dst, u8 role);
1540 u16 conn_timeout, u8 role, u8 phy, u8 sec_phy);
1568 int hci_conn_switch_role(struct hci_conn *conn, __u8 role);
1804 u8 addr_type, u8 role);
2040 void (*role_switch_cfm) (struct hci_conn *conn, __u8 status, __u8 role);
2147 __u8 role) in hci_role_switch_cfm() argument
2154 cb->role_switch_cfm(conn, status, role); in hci_role_switch_cfm()