Searched refs:remote_auth (Results 1 – 2 of 2) sorted by relevance
175 if ((conn->br.remote_auth == BT_HCI_NO_BONDING) || in ssp_get_auth()176 ((conn->br.remote_auth == BT_HCI_NO_BONDING_MITM) && in ssp_get_auth()178 return conn->br.remote_auth | mitm; in ssp_get_auth()183 return conn->br.remote_auth | BT_MITM; in ssp_get_auth()187 return (conn->br.remote_auth & ~BT_MITM); in ssp_get_auth()656 conn->br.remote_auth = evt->authentication; in bt_hci_io_capa_resp()735 (conn->br.remote_auth > BT_HCI_NO_BONDING_MITM)) { in bt_hci_io_capa_req()
139 uint8_t remote_auth; member