Home
last modified time | relevance | path

Searched refs:remote_auth (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/classic/
Dssp.c162 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()
/Zephyr-latest/subsys/bluetooth/host/
Dconn_internal.h139 uint8_t remote_auth; member