Home
last modified time | relevance | path

Searched refs:BT_SECURITY_L3 (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Dconn.h677 BT_SECURITY_L3, enumerator
684 BT_SECURITY_HIGH __deprecated = BT_SECURITY_L3,
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dconn.c728 if (conn->required_sec_level == BT_SECURITY_L3 && len < 16) { in bt_conn_auth_pincode_entry()
751 if (conn->required_sec_level == BT_SECURITY_L3) { in bt_conn_pin_code_req()
1120 if (conn->required_sec_level > BT_SECURITY_L3) { in start_security()
1154 sec > BT_SECURITY_L3) { in bt_conn_set_security()
A Dl2cap.c1332 } else if (chan->chan.required_sec_level < BT_SECURITY_L3) { in l2cap_change_security()
1333 chan->chan.required_sec_level = BT_SECURITY_L3; in l2cap_change_security()
A Datt.c1894 } else if (conn->sec_level < BT_SECURITY_L3) { in att_change_security()
1908 sec = BT_SECURITY_L3; in att_change_security()
A Dl2cap_br.c579 case BT_SECURITY_L3: in l2cap_br_conn_security()
A Dsmp.c357 if (conn->required_sec_level > BT_SECURITY_L3 && in smp_keys_check()
2676 (conn->required_sec_level < BT_SECURITY_L3))) { in get_auth()
2697 case BT_SECURITY_L3: in sec_level_reachable()
A Dgatt.c2175 if (bt_conn_get_security(conn) < BT_SECURITY_L3) { in bt_gatt_check_perm()
2296 sec = BT_SECURITY_L3; in update_ccc()
A Dhci_core.c3221 conn->sec_level = BT_SECURITY_L3; in update_sec_level_br()
4461 conn->sec_level = BT_SECURITY_L3; in update_sec_level()

Completed in 45 milliseconds