Searched refs:remote_auth (Results 1 – 2 of 2) sorted by relevance
162 if ((conn->br.remote_auth == BT_HCI_NO_BONDING) || in ssp_get_auth()163 ((conn->br.remote_auth == BT_HCI_NO_BONDING_MITM) && in ssp_get_auth()165 return conn->br.remote_auth; in ssp_get_auth()170 return conn->br.remote_auth | BT_MITM; in ssp_get_auth()174 return (conn->br.remote_auth & ~BT_MITM); in ssp_get_auth()643 conn->br.remote_auth = evt->authentication; in bt_hci_io_capa_resp()
139 uint8_t remote_auth; member