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/ |
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-latest/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-latest/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-latest/include/zephyr/bluetooth/ |
D | bluetooth.h | 2613 int bt_le_ext_adv_oob_get_local(struct bt_le_ext_adv *adv,
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | bap_broadcast_assistant.c | 203 err = bt_le_ext_adv_oob_get_local(adv_sets[i], in bap_broadcast_assistant_recv_state_cb()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | id.c | 2074 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/ |
D | bt.c | 2558 err = bt_le_ext_adv_oob_get_local(adv, &oob_local); in cmd_adv_oob()
|