Searched refs:active_opcode (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/src/ |
D | main.c | 55 static volatile uint16_t active_opcode = 0xFFFF; variable 116 ASSERT(active_opcode == opcode, "unexpected opcode %x != %x", active_opcode, opcode); in handle_cmd_complete() 118 if (active_opcode) { in handle_cmd_complete() 119 active_opcode = 0xFFFF; in handle_cmd_complete() 310 ASSERT(active_opcode == 0xFFFF, ""); in send_cmd() 312 active_opcode = opcode; in send_cmd()
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/tester/src/ |
D | main.c | 59 static volatile uint16_t active_opcode = 0xFFFF; variable 120 ASSERT(active_opcode == opcode, "unexpected opcode %x != %x", active_opcode, opcode); in handle_cmd_complete() 122 if (active_opcode) { in handle_cmd_complete() 123 active_opcode = 0xFFFF; in handle_cmd_complete() 332 ASSERT(active_opcode == 0xFFFF, ""); in send_cmd() 334 active_opcode = opcode; in send_cmd()
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/tester/src/ |
D | main.c | 63 static volatile uint16_t active_opcode = 0xFFFF; variable 124 ASSERT(active_opcode == opcode, "unexpected opcode %x != %x", active_opcode, opcode); in handle_cmd_complete() 126 if (active_opcode) { in handle_cmd_complete() 127 active_opcode = 0xFFFF; in handle_cmd_complete() 356 ASSERT(active_opcode == 0xFFFF, ""); in send_cmd() 358 active_opcode = opcode; in send_cmd()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/src/ |
D | main.c | 47 static uint16_t active_opcode = 0xFFFF; variable 109 __ASSERT(active_opcode == opcode, "unexpected opcode %x != %x", active_opcode, opcode); in handle_cmd_complete() 111 if (active_opcode) { in handle_cmd_complete() 112 active_opcode = 0xFFFF; in handle_cmd_complete() 312 __ASSERT_NO_MSG(active_opcode == 0xFFFF); in send_cmd() 314 active_opcode = opcode; in send_cmd()
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/ |
D | tester.c | 49 static uint16_t active_opcode = 0xFFFF; variable 111 __ASSERT(active_opcode == opcode, "unexpected opcode %x != %x", active_opcode, opcode); in handle_cmd_complete() 113 if (active_opcode) { in handle_cmd_complete() 114 active_opcode = 0xFFFF; in handle_cmd_complete() 324 __ASSERT_NO_MSG(active_opcode == 0xFFFF); in send_cmd() 326 active_opcode = opcode; in send_cmd()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/ |
D | peer.c | 56 static volatile uint16_t active_opcode = 0xFFFF; variable 117 TEST_ASSERT(active_opcode == opcode, "unexpected opcode %x != %x", active_opcode, opcode); in handle_cmd_complete() 119 active_opcode = 0xFFFF; in handle_cmd_complete() 286 TEST_ASSERT(active_opcode == 0xFFFF, ""); in send_cmd() 289 active_opcode = opcode; in send_cmd()
|