Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_act.c420 p_clreg = bta_gattc_cl_get_regcb(p_msg->enc_cmpl.client_if); in bta_gattc_process_enc_cmpl()
425 cb_data.enc_cmpl.client_if = p_msg->enc_cmpl.client_if; in bta_gattc_process_enc_cmpl()
426 bdcpy(cb_data.enc_cmpl.remote_bda, p_msg->enc_cmpl.remote_bda); in bta_gattc_process_enc_cmpl()
1823 p_buf->enc_cmpl.hdr.event = BTA_GATTC_ENC_CMPL_EVT; in bta_gattc_enc_cmpl_cback()
1824 p_buf->enc_cmpl.hdr.layer_specific = p_clcb->bta_conn_id; in bta_gattc_enc_cmpl_cback()
1825 p_buf->enc_cmpl.client_if = gattc_if; in bta_gattc_enc_cmpl_cback()
1826 bdcpy(p_buf->enc_cmpl.remote_bda, bda); in bta_gattc_enc_cmpl_cback()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gattc_int.h277 tBTA_GATTC_ENC_CMPL enc_cmpl; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h444 tBTA_GATTC_ENC_CMPL_CB enc_cmpl; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_le.c2792 p_dev_cb = bta_hh_le_find_dev_cb_by_bda(p_data->enc_cmpl.remote_bda); in bta_hh_gattc_callback()
2795 (tBTA_HH_DATA *)&p_data->enc_cmpl); in bta_hh_gattc_callback()