Searched refs:bt_le_ext_adv_oob_get_local (Results 1 – 8 of 8) sorted by relevance
| /Zephyr-4.1.0/tests/bluetooth/host/id/bt_le_ext_adv_oob_get_local/src/ |
| D | main.c | 32 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()
|
| D | test_suite_invalid_inputs.c | 40 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-4.1.0/tests/bluetooth/host/id/bt_le_ext_adv_oob_get_local/ |
| D | CMakeLists.txt | 5 project(bt_le_ext_adv_oob_get_local) project
|
| /Zephyr-4.1.0/samples/bluetooth/direction_finding_connectionless_tx/src/ |
| D | main.c | 150 err = bt_le_ext_adv_oob_get_local(adv_set, &oob_local); in main()
|
| /Zephyr-4.1.0/include/zephyr/bluetooth/ |
| D | bluetooth.h | 2738 int bt_le_ext_adv_oob_get_local(struct bt_le_ext_adv *adv,
|
| /Zephyr-4.1.0/subsys/bluetooth/audio/shell/ |
| D | bap_broadcast_assistant.c | 199 err = bt_le_ext_adv_oob_get_local(adv_sets[i], in bap_broadcast_assistant_recv_state_cb()
|
| /Zephyr-4.1.0/subsys/bluetooth/host/ |
| D | id.c | 2079 int bt_le_ext_adv_oob_get_local(struct bt_le_ext_adv *adv, in bt_le_ext_adv_oob_get_local() function
|
| /Zephyr-4.1.0/subsys/bluetooth/host/shell/ |
| D | bt.c | 2553 err = bt_le_ext_adv_oob_get_local(adv, &oob_local); in cmd_adv_oob()
|