Searched refs:val_xor (Results 1 – 1 of 1) sorted by relevance
256 UINT8 val_xor; in gatt_sr_write_cl_supp_feat() local283 val_xor = val_old ^ val_new; in gatt_sr_write_cl_supp_feat()284 val_and = val_xor & val_new; in gatt_sr_write_cl_supp_feat()285 if (val_and != val_xor) { in gatt_sr_write_cl_supp_feat()