Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/host/id/bt_le_ext_adv_oob_get_local/src/
Dmain.c32 ZTEST_SUITE(bt_le_ext_adv_oob_get_local, NULL, NULL, NULL, NULL, NULL);
44 ZTEST(bt_le_ext_adv_oob_get_local, test_get_local_out_of_band_information_no_privacy) in ZTEST() argument
59 err = bt_le_ext_adv_oob_get_local(&adv, &oob); in ZTEST()
80 ZTEST(bt_le_ext_adv_oob_get_local, test_get_local_out_of_band_information_privacy_enabled) in ZTEST() argument
95 err = bt_le_ext_adv_oob_get_local(&adv, &oob); in ZTEST()
Dtest_suite_invalid_inputs.c40 bt_le_ext_adv_oob_get_local(NULL, &oob); in ZTEST()
58 bt_le_ext_adv_oob_get_local(&adv, NULL); in ZTEST()
80 err = bt_le_ext_adv_oob_get_local(&adv, &oob); in ZTEST()
116 err = bt_le_ext_adv_oob_get_local(&adv, &oob); in ZTEST()
152 err = bt_le_ext_adv_oob_get_local(&adv, &oob); in ZTEST()
189 err = bt_le_ext_adv_oob_get_local(&adv, &oob); in ZTEST()
/Zephyr-latest/tests/bluetooth/host/id/bt_le_ext_adv_oob_get_local/
DCMakeLists.txt5 project(bt_le_ext_adv_oob_get_local) project
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_tx/src/
Dmain.c150 err = bt_le_ext_adv_oob_get_local(adv_set, &oob_local); in main()
/Zephyr-latest/include/zephyr/bluetooth/
Dbluetooth.h2613 int bt_le_ext_adv_oob_get_local(struct bt_le_ext_adv *adv,
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap_broadcast_assistant.c203 err = bt_le_ext_adv_oob_get_local(adv_sets[i], in bap_broadcast_assistant_recv_state_cb()
/Zephyr-latest/subsys/bluetooth/host/
Did.c2074 int bt_le_ext_adv_oob_get_local(struct bt_le_ext_adv *adv, in bt_le_ext_adv_oob_get_local() function
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c2558 err = bt_le_ext_adv_oob_get_local(adv, &oob_local); in cmd_adv_oob()