Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_attr.cc1216 uint8_t val_xor = *it_old ^ *it_new; in gatt_sr_write_cl_supp_feat() local
1217 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()