Home
last modified time | relevance | path

Searched refs:key_present (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/core/
Dbtc_dm.c333 p_auth_cmpl->key_present, p_auth_cmpl->key_type); in btc_dm_auth_cmpl_evt()
336 if ( (p_auth_cmpl->success == TRUE) && (p_auth_cmpl->key_present) ) { in btc_dm_auth_cmpl_evt()
753 param.ble_security.auth_cmpl.key_present = p_data->auth_cmpl.key_present; in btc_dm_sec_cb_handler()
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h602 bool key_present; /*!< Valid link key value in key element */ member
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h780 BOOLEAN key_present; /* Valid link key value in key element */ member
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c3018 p_auth_cmpl->key_present = TRUE; in bta_dm_new_link_key_cback()