Searched refs:txt_msg (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_advertiser.c | 33 static const char txt_msg[] = "adv test"; variable 186 LOG_INF("rx: %s", txt_msg); in gatt_scan_cb() 205 ASSERT_EQUAL(length, sizeof(uint8_t) + sizeof(txt_msg)); in xmit_scan_cb() 208 char *data = net_buf_simple_pull_mem(buf, sizeof(txt_msg)); in xmit_scan_cb() 210 LOG_INF("rx: %s", txt_msg); in xmit_scan_cb() 211 ASSERT_EQUAL(0, memcmp(txt_msg, data, sizeof(txt_msg))); in xmit_scan_cb() 331 net_buf_simple_add_mem(&adv->b, txt_msg, sizeof(txt_msg)); in test_tx_cb_single() 370 net_buf_simple_add_mem(&(adv[0]->b), txt_msg, sizeof(txt_msg)); in test_tx_cb_multi() 431 net_buf_simple_add_mem(&adv->b, txt_msg, sizeof(txt_msg)); in test_tx_proxy_mixin()
|