Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/src/
Dmain.c189 static uint8_t ccc_write[2] = {0x03, 0x00}; in handle_att_write() local
192 ASSERT(memcmp(buf->data, ccc_write, sizeof(ccc_write)) == 0, "bad data\n"); in handle_att_write()