Home
last modified time | relevance | path

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

/btstack/test/l2cap-ecbm/
H A Dl2cap_ecbm_test.cpp91 static uint16_t num_l2cap_channel_opened; variable
238 … l2cap_cids[num_l2cap_channel_opened] = l2cap_event_ecbm_channel_opened_get_local_cid(packet); in l2cap_channel_packet_handler()
239 … printf("L2CAP_EVENT_DATA_CHANNEL_OPENED - cid 0x%04x\n", l2cap_cids[num_l2cap_channel_opened] ); in l2cap_channel_packet_handler()
240 num_l2cap_channel_opened++; in l2cap_channel_packet_handler()
274 num_l2cap_channel_opened = 0; in TEST_GROUP()
300 CHECK_EQUAL(2, num_l2cap_channel_opened); in TEST()
310 CHECK_EQUAL(2, num_l2cap_channel_opened); in TEST()
328 CHECK_EQUAL(0, num_l2cap_channel_opened); in TEST()
336 CHECK_EQUAL(2, num_l2cap_channel_opened); in TEST()
346 CHECK_EQUAL(2, num_l2cap_channel_opened); in TEST()
[all …]