Searched refs:val_xor (Results 1 – 1 of 1) sorted by relevance
1216 uint8_t val_xor = *it_old ^ *it_new; in gatt_sr_write_cl_supp_feat() local1217 uint8_t val_and = val_xor & *it_new; in gatt_sr_write_cl_supp_feat()1218 if (val_and != val_xor) { in gatt_sr_write_cl_supp_feat()