Searched refs:it_new (Results 1 – 1 of 1) sorted by relevance
1188 auto it_new = tmp.cbegin(); in gatt_sr_write_cl_supp_feat() local1189 for (; it_old != feature_list.cend(); it_old++, it_new++) { in gatt_sr_write_cl_supp_feat()1190 uint8_t val_xor = *it_old ^ *it_new; in gatt_sr_write_cl_supp_feat()1191 uint8_t val_and = val_xor & *it_new; in gatt_sr_write_cl_supp_feat()