Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_host/host/
A Dsmp.h53 #define BT_SMP_AUTH_MITM 0x04 macro
A Dsmp.c393 if (!((req->auth_req | rsp->auth_req) & BT_SMP_AUTH_MITM)) { in get_pair_method()
2250 if (!((req->auth_req | rsp->auth_req) & BT_SMP_AUTH_MITM)) { in legacy_get_pair_method()
2677 auth &= ~(BT_SMP_AUTH_MITM); in get_auth()
2679 auth |= BT_SMP_AUTH_MITM; in get_auth()
3905 if ((auth & BT_SMP_AUTH_MITM) && in smp_security_request()

Completed in 16 milliseconds