Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Dssp.c171 mitm = BT_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()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h319 #define BT_MITM 0x01 macro