Home
last modified time | relevance | path

Searched refs:auth_cmpl (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_dm.c421 param.auth_cmpl.stat = status; in btc_dm_auth_cmpl_evt()
422 memcpy(param.auth_cmpl.bda, p_auth_cmpl->bd_addr, ESP_BD_ADDR_LEN); in btc_dm_auth_cmpl_evt()
423 memcpy(param.auth_cmpl.device_name, p_auth_cmpl->bd_name, ESP_BT_GAP_MAX_BDNAME_LEN + 1); in btc_dm_auth_cmpl_evt()
796 btc_dm_auth_cmpl_evt(&p_data->auth_cmpl); in btc_dm_sec_cb_handler()
872 param.ble_security.auth_cmpl.addr_type = p_data->auth_cmpl.addr_type; in btc_dm_sec_cb_handler()
873 param.ble_security.auth_cmpl.dev_type = p_data->auth_cmpl.dev_type; in btc_dm_sec_cb_handler()
874 param.ble_security.auth_cmpl.key_type = p_data->auth_cmpl.key_type; in btc_dm_sec_cb_handler()
875 param.ble_security.auth_cmpl.fail_reason = p_data->auth_cmpl.fail_reason; in btc_dm_sec_cb_handler()
876 param.ble_security.auth_cmpl.success = p_data->auth_cmpl.success ? true : false; in btc_dm_sec_cb_handler()
877 param.ble_security.auth_cmpl.key_present = p_data->auth_cmpl.key_present; in btc_dm_sec_cb_handler()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c1246 bdcpy(sec_event.auth_cmpl.bd_addr, p_data->bond.bd_addr); in bta_dm_bond()
1249 memcpy(sec_event.auth_cmpl.bd_name, p_name, (BD_NAME_LEN - 1)); in bta_dm_bond()
1250 sec_event.auth_cmpl.bd_name[BD_NAME_LEN - 1] = 0; in bta_dm_bond()
1257 sec_event.auth_cmpl.fail_reason = HCI_ERR_ILLEGAL_COMMAND; in bta_dm_bond()
1259 sec_event.auth_cmpl.success = TRUE; in bta_dm_bond()
3089 p_auth_cmpl = &sec_event.auth_cmpl; in bta_dm_new_link_key_cback()
3102 sec_event.auth_cmpl.fail_reason = HCI_SUCCESS; in bta_dm_new_link_key_cback()
3106 BTM_ReadDevInfo(bd_addr, &sec_event.auth_cmpl.dev_type, &sec_event.auth_cmpl.addr_type); in bta_dm_new_link_key_cback()
3135 bdcpy(sec_event.auth_cmpl.bd_addr, bd_addr); in bta_dm_authentication_complete_cback()
3137 memcpy(sec_event.auth_cmpl.bd_name, bd_name, (BD_NAME_LEN - 1)); in bta_dm_authentication_complete_cback()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gap_bt_api.h356 } auth_cmpl; /*!< authentication complete parameter struct */ member
Desp_gap_ble_api.h726 esp_ble_auth_cmpl_t auth_cmpl; /*!< Authentication complete indication. */ member
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h1010 tBTA_DM_AUTH_CMPL auth_cmpl; /* Authentication complete indication. */ member