Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/att/read_fill_buf/client/
Dmain.c27 void test_long_read(struct bt_conn *conn, enum bt_att_chan_opt bearer) in test_long_read() function
97 test_long_read(conn, BT_ATT_CHAN_OPT_UNENHANCED_ONLY); in the_test()
98 test_long_read(conn, BT_ATT_CHAN_OPT_ENHANCED_ONLY); in the_test()
/Zephyr-latest/tests/bsim/bluetooth/host/att/long_read/
Dmain.c136 static void test_long_read(enum bt_att_chan_opt bearer, uint16_t chrc_value_handle, in test_long_read() function
220 test_long_read(BT_ATT_CHAN_OPT_UNENHANCED_ONLY, chrc_value_handle, conn); in the_test()
223 test_long_read(BT_ATT_CHAN_OPT_ENHANCED_ONLY, chrc_value_handle, conn); in the_test()