Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/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()
143 struct bt_le_oob oob = {0}; in ZTEST()
187 struct bt_le_oob oob = {0}; in ZTEST()
239 struct bt_le_oob oob = {0}; in ZTEST()
291 struct bt_le_oob oob = {0}; in ZTEST()
343 struct bt_le_oob oob = {0}; in ZTEST()
386 struct bt_le_oob oob = {0}; in ZTEST()
425 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-Core-3.5.0/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()
139 struct bt_le_oob oob = {0}; in ZTEST()
176 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-Core-3.5.0/samples/boards/nrf/mesh/onoff_level_lighting_vnd_app/src/mesh/
Dble_mesh.c57 struct bt_le_oob oob; in bt_ready()
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/privacy/legacy/src/
Ddut.c60 struct bt_le_oob oob_local = { 0 }; in generate_new_rpa()
/Zephyr-Core-3.5.0/samples/bluetooth/direction_finding_connectionless_tx/src/
Dmain.c78 struct bt_le_oob oob_local; in main()
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/
Dbluetooth.h2329 struct bt_le_oob { struct
2367 int bt_le_oob_get_local(uint8_t id, struct bt_le_oob *oob);
2394 struct bt_le_oob *oob);
/Zephyr-Core-3.5.0/samples/bluetooth/periodic_sync_conn/src/
Dmain.c64 struct bt_le_oob oob; in recv_cb()
/Zephyr-Core-3.5.0/samples/bluetooth/eddystone/src/
Dmain.c423 struct bt_le_oob oob; in eds_slot_restart()
624 struct bt_le_oob oob; in bt_ready()
/Zephyr-Core-3.5.0/samples/boards/nrf/mesh/onoff-app/src/
Dmain.c545 struct bt_le_oob oob; in bt_ready()
/Zephyr-Core-3.5.0/tests/bluetooth/tester/src/
Dbtp_gap.c40 static struct bt_le_oob oob_sc_local = { 0 };
41 static struct bt_le_oob oob_sc_remote = { 0 };
284 struct bt_le_oob oob_local = { 0 }; in controller_info()
/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Did.c1880 int bt_le_oob_get_local(uint8_t id, struct bt_le_oob *oob) in bt_le_oob_get_local()
1960 struct bt_le_oob *oob) in bt_le_ext_adv_oob_get_local()
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/shell/
Dbap_broadcast_assistant.c181 struct bt_le_oob oob_local; in bap_broadcast_assistant_recv_state_cb()
/Zephyr-Core-3.5.0/subsys/bluetooth/shell/
Dbt.c54 static struct bt_le_oob oob_local;
56 static struct bt_le_oob oob_remote;
575 static void print_le_oob(const struct shell *sh, struct bt_le_oob *oob) in print_le_oob()