Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_utils.cc1102 if (tcb.prep_cnt[i]) { in gatt_sr_copy_prep_cnt_to_cback_cnt()
1137 if (tcb.prep_cnt[i]) { in gatt_sr_is_prep_cnt_zero()
1170 tcb.prep_cnt[i] = 0; in gatt_sr_reset_prep_cnt()
1220 tcb.prep_cnt[idx]++; in gatt_sr_update_prep_cnt()
1222 if (tcb.prep_cnt[idx]) { in gatt_sr_update_prep_cnt()
1223 tcb.prep_cnt[idx]--; in gatt_sr_update_prep_cnt()
Dgatt_sr.cc323 if (tcb.prep_cnt[i]) { in gatt_process_exec_write_req()
330 tcb.prep_cnt[i] = 0; in gatt_process_exec_write_req()
Dgatt_int.h289 uint8_t prep_cnt[GATT_MAX_APPS]; member