Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/gatt/
Dgatt_utils.c1907 if (p_tcb->prep_cnt[i]) { in gatt_sr_copy_prep_cnt_to_cback_cnt()
1960 if (p_tcb->prep_cnt[i]) { in gatt_sr_is_prep_cnt_zero()
2008 p_tcb->prep_cnt[i] = 0; in gatt_sr_reset_prep_cnt()
2065 p_tcb->prep_cnt[idx]++; in gatt_sr_update_prep_cnt()
2067 if (p_tcb->prep_cnt[idx]) { in gatt_sr_update_prep_cnt()
2068 p_tcb->prep_cnt[idx]--; in gatt_sr_update_prep_cnt()
Dgatt_sr.c564 if (p_tcb->prep_cnt[i]) { in gatt_process_exec_write_req()
571 p_tcb->prep_cnt[i] = 0; in gatt_process_exec_write_req()
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h400 UINT8 prep_cnt[GATT_MAX_APPS]; member