Home
last modified time | relevance | path

Searched defs:oob (Results 1 – 16 of 16) 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() local
77 struct bt_le_oob oob = {0}; in ZTEST() local
104 struct bt_le_oob oob = {0}; in ZTEST() local
144 struct bt_le_oob oob = {0}; in ZTEST() local
189 struct bt_le_oob oob = {0}; in ZTEST() local
242 struct bt_le_oob oob = {0}; in ZTEST() local
295 struct bt_le_oob oob = {0}; in ZTEST() local
348 struct bt_le_oob oob = {0}; in ZTEST() local
392 struct bt_le_oob oob = {0}; in ZTEST() local
431 struct bt_le_oob oob = {0}; in ZTEST() local
[all …]
Dmain.c50 struct bt_le_oob oob; in ZTEST() local
90 struct bt_le_oob oob; in ZTEST() local
/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() local
75 struct bt_le_oob oob = {0}; in ZTEST() local
102 struct bt_le_oob oob = {0}; in ZTEST() local
140 struct bt_le_oob oob = {0}; in ZTEST() local
177 struct bt_le_oob oob = {0}; in ZTEST() local
Dmain.c47 struct bt_le_oob oob = {0}; in ZTEST() local
83 struct bt_le_oob oob = {0}; in ZTEST() local
/Zephyr-latest/arch/arm64/core/
Disr_wrapper.S78 oob: label
/Zephyr-latest/tests/bluetooth/host/id/bt_br_oob_get_local/src/
Dmain.c39 struct bt_br_oob oob; in ZTEST() local
/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/mesh/
Dble_mesh.c57 struct bt_le_oob oob; in bt_ready() local
/Zephyr-latest/samples/bluetooth/periodic_sync_conn/src/
Dmain.c65 struct bt_le_oob oob; in recv_cb() local
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Drpr.h94 bt_mesh_prov_oob_info_t oob; member
Ddfd_srv.h238 } oob; member
/Zephyr-latest/subsys/bluetooth/host/
Did.c1983 int bt_br_oob_get_local(struct bt_br_oob *oob) in bt_br_oob_get_local()
1995 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()
Dsmp.c5649 uint8_t oob[16]; in bt_smp_le_oob_set_tk() local
/Zephyr-latest/samples/boards/nordic/mesh/onoff-app/src/
Dmain.c545 struct bt_le_oob oob; in bt_ready() local
/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Dbredr.c356 struct bt_br_oob oob; in cmd_oob() local
/Zephyr-latest/samples/bluetooth/eddystone/src/
Dmain.c427 struct bt_le_oob oob; in eds_slot_restart() local
627 struct bt_le_oob oob; in bt_ready() local
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c726 static void print_le_oob(const struct shell *sh, struct bt_le_oob *oob) in print_le_oob()