Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_utils.cc984 if (tcb.prep_cnt[i]) { in gatt_sr_copy_prep_cnt_to_cback_cnt()
1019 if (tcb.prep_cnt[i]) { in gatt_sr_is_prep_cnt_zero()
1052 tcb.prep_cnt[i] = 0; in gatt_sr_reset_prep_cnt()
1102 tcb.prep_cnt[idx]++; in gatt_sr_update_prep_cnt()
1104 if (tcb.prep_cnt[idx]) { in gatt_sr_update_prep_cnt()
1105 tcb.prep_cnt[idx]--; in gatt_sr_update_prep_cnt()
Dgatt_sr.cc326 if (tcb.prep_cnt[i]) { in gatt_process_exec_write_req()
333 tcb.prep_cnt[i] = 0; in gatt_process_exec_write_req()
Dgatt_int.h289 uint8_t prep_cnt[GATT_MAX_APPS]; member