Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_host/host/
A Dconn_internal.h80 u8_t remote_auth; member
A Dconn.c792 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()
A Dhci_core.c3530 conn->br.remote_auth = evt->authentication; in io_capa_resp()

Completed in 24 milliseconds