Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_attr.c256 UINT8 val_xor; in gatt_sr_write_cl_supp_feat() local
283 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()