Home
last modified time | relevance | path

Searched refs:cmplt (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_utils.c980 evt_data.cmplt.reason = p_cb->status; in smp_proc_pairing_cmpl()
981 evt_data.cmplt.smp_over_br = p_cb->smp_over_br; in smp_proc_pairing_cmpl()
982 evt_data.cmplt.auth_mode = 0; in smp_proc_pairing_cmpl()
986 evt_data.cmplt.sec_level = p_cb->sec_level; in smp_proc_pairing_cmpl()
988 evt_data.cmplt.auth_mode = p_cb->auth_mode; in smp_proc_pairing_cmpl()
993 evt_data.cmplt.auth_mode = p_rec->ble.auth_mode; in smp_proc_pairing_cmpl()
998 evt_data.cmplt.sec_level = p_cb->sec_level; in smp_proc_pairing_cmpl()
999 evt_data.cmplt.auth_mode = p_cb->auth_mode; in smp_proc_pairing_cmpl()
1003 evt_data.cmplt.is_pair_cancel = FALSE; in smp_proc_pairing_cmpl()
1006 evt_data.cmplt.is_pair_cancel = TRUE; in smp_proc_pairing_cmpl()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dsmp_api.h266 tSMP_CMPL cmplt; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble.c2232 …"evt=SMP_COMPLT_EVT before update sec_level=0x%x sec_flags=0x%x", p_data->cmplt.sec_level , p_dev_…
2234 res = (p_data->cmplt.reason == SMP_SUCCESS) ? BTM_SUCCESS : BTM_ERR_PROCESSING;
2237 res, p_data->cmplt.sec_level , p_dev_rec->sec_flags );
2239 if (p_data->cmplt.is_pair_cancel && btm_cb.api.p_bond_cancel_cmpl_callback ) {
2245 … if (!btm_cb.devcb.no_disc_if_pair_fail && p_data->cmplt.reason != SMP_CONN_TOUT) {
2254 if (res != BTM_SUCCESS && p_data->cmplt.reason != SMP_CONN_TOUT) {