remote_auth 507 include/net/bluetooth/hci_core.h __u8 remote_auth; remote_auth 514 net/bluetooth/hci_conn.c conn->remote_auth = 0xff; remote_auth 2354 net/bluetooth/hci_core.c if (conn->auth_type > 0x01 && conn->remote_auth > 0x01) remote_auth 2362 net/bluetooth/hci_core.c if (conn->remote_auth == 0x02 || conn->remote_auth == 0x03) remote_auth 2469 net/bluetooth/hci_core.c (!conn || conn->remote_auth == 0xff) && old_key_type == 0xff) { remote_auth 4362 net/bluetooth/hci_event.c if (conn->remote_auth == HCI_AT_NO_BONDING || remote_auth 4363 net/bluetooth/hci_event.c conn->remote_auth == HCI_AT_NO_BONDING_MITM) remote_auth 4364 net/bluetooth/hci_event.c return conn->remote_auth | (conn->auth_type & 0x01); remote_auth 4371 net/bluetooth/hci_event.c return conn->remote_auth | 0x01; remote_auth 4374 net/bluetooth/hci_event.c return (conn->remote_auth & ~0x01) | (conn->auth_type & 0x01); remote_auth 4442 net/bluetooth/hci_event.c (conn->remote_auth & ~0x01) == HCI_AT_NO_BONDING) { remote_auth 4452 net/bluetooth/hci_event.c if (conn->remote_auth == 0xff) { remote_auth 4502 net/bluetooth/hci_event.c conn->remote_auth = ev->authentication; remote_auth 4527 net/bluetooth/hci_event.c rem_mitm = (conn->remote_auth & 0x01); remote_auth 4668 net/bluetooth/hci_event.c conn->remote_auth = 0xff;