Searched refs:remote_auth (Results 1 – 3 of 3) sorted by relevance
80 u8_t remote_auth; member
792 if ((conn->br.remote_auth == BT_HCI_NO_BONDING) || in bt_conn_ssp_get_auth()793 ((conn->br.remote_auth == BT_HCI_NO_BONDING_MITM) && in bt_conn_ssp_get_auth()795 return conn->br.remote_auth; in bt_conn_ssp_get_auth()800 return conn->br.remote_auth | BT_MITM; in bt_conn_ssp_get_auth()804 return (conn->br.remote_auth & ~BT_MITM); in bt_conn_ssp_get_auth()
3530 conn->br.remote_auth = evt->authentication; in io_capa_resp()
Completed in 24 milliseconds