Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/tester/src/
Dmain.c51 static att_handler_t att_handlers[LAST_SUPPORTED_ATT_OPCODE]; variable
237 if (ARRAY_SIZE(att_handlers) > op && att_handlers[op]) { in handle_att()
239 att_handlers[op](buf); in handle_att()
597 att_handlers[BT_ATT_OP_WRITE_REQ] = handle_att_write_0; in test_procedure_0()
634 att_handlers[BT_ATT_OP_WRITE_REQ] = handle_att_write_1; in test_procedure_1()