Home
last modified time | relevance | path

Searched defs:check_data (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Did.c72 struct bt_adv_id_check_data *check_data = data; in adv_id_check_func() local
1415 struct bt_adv_id_check_data check_data = { in bt_id_reset() local
1453 struct bt_adv_id_check_data check_data = { in bt_id_delete() local
/Zephyr-latest/tests/subsys/canbus/isotp/implementation/src/
Dmain.c160 static void check_data(const uint8_t *recv_data, const uint8_t *send_data, size_t len) in check_data() function
/Zephyr-latest/tests/subsys/mgmt/mcumgr/os_mgmt_info/src/
Dmain.c134 struct os_mgmt_info_check *check_data = (struct os_mgmt_info_check *)data; in os_mgmt_info_custom_os_callback() local
180 struct os_mgmt_info_check *check_data = (struct os_mgmt_info_check *)data; in os_mgmt_info_custom_cmd_callback() local
/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt/src/
Dos_mgmt.c546 struct os_mgmt_info_check check_data = { in os_mgmt_info() local
/Zephyr-latest/tests/subsys/canbus/isotp/conformance/src/
Dmain.c175 static int check_data(const uint8_t *frame, const uint8_t *desired, size_t length) in check_data() function