Home
last modified time | relevance | path

Searched refs:bt_le_oob (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/tests/bluetooth/host/id/bt_le_oob_get_local/src/
Dtest_suite_invalid_inputs.c54 struct bt_le_oob oob = {0}; in ZTEST()
77 struct bt_le_oob oob = {0}; in ZTEST()
104 struct bt_le_oob oob = {0}; in ZTEST()
144 struct bt_le_oob oob = {0}; in ZTEST()
189 struct bt_le_oob oob = {0}; in ZTEST()
242 struct bt_le_oob oob = {0}; in ZTEST()
295 struct bt_le_oob oob = {0}; in ZTEST()
348 struct bt_le_oob oob = {0}; in ZTEST()
392 struct bt_le_oob oob = {0}; in ZTEST()
431 struct bt_le_oob oob = {0}; in ZTEST()
[all …]
Dmain.c50 struct bt_le_oob oob; in ZTEST()
90 struct bt_le_oob oob; in ZTEST()
/Zephyr-latest/tests/bluetooth/host/id/bt_le_ext_adv_oob_get_local/src/
Dtest_suite_invalid_inputs.c37 struct bt_le_oob oob = {0}; in ZTEST()
75 struct bt_le_oob oob = {0}; in ZTEST()
102 struct bt_le_oob oob = {0}; in ZTEST()
140 struct bt_le_oob oob = {0}; in ZTEST()
177 struct bt_le_oob oob = {0}; in ZTEST()
Dmain.c47 struct bt_le_oob oob = {0}; in ZTEST()
83 struct bt_le_oob oob = {0}; in ZTEST()
/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/mesh/
Dble_mesh.c57 struct bt_le_oob oob; in bt_ready()
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/legacy/src/
Ddut.c58 struct bt_le_oob oob_local = { 0 }; in generate_new_rpa()
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_tx/src/
Dmain.c81 struct bt_le_oob oob_local; in main()
/Zephyr-latest/include/zephyr/bluetooth/
Dbluetooth.h2549 struct bt_le_oob { struct
2587 int bt_le_oob_get_local(uint8_t id, struct bt_le_oob *oob);
2614 struct bt_le_oob *oob);
/Zephyr-latest/samples/bluetooth/periodic_sync_conn/src/
Dmain.c65 struct bt_le_oob oob; in recv_cb()
/Zephyr-latest/samples/bluetooth/eddystone/src/
Dmain.c427 struct bt_le_oob oob; in eds_slot_restart()
627 struct bt_le_oob oob; in bt_ready()
/Zephyr-latest/samples/boards/nordic/mesh/onoff-app/src/
Dmain.c545 struct bt_le_oob oob; in bt_ready()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_gap.c49 static struct bt_le_oob oob_sc_local = { 0 };
50 static struct bt_le_oob oob_sc_remote = { 0 };
302 struct bt_le_oob oob_local = { 0 }; in controller_info()
/Zephyr-latest/subsys/bluetooth/host/
Did.c1995 int bt_le_oob_get_local(uint8_t id, struct bt_le_oob *oob) in bt_le_oob_get_local()
2075 struct bt_le_oob *oob) in bt_le_ext_adv_oob_get_local()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap_broadcast_assistant.c197 struct bt_le_oob oob_local; in bap_broadcast_assistant_recv_state_cb()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c56 static struct bt_le_oob oob_local;
58 static struct bt_le_oob oob_remote;
726 static void print_le_oob(const struct shell *sh, struct bt_le_oob *oob) in print_le_oob()