Home
last modified time | relevance | path

Searched refs:vs_commands (Results 1 – 8 of 8) sorted by relevance

/Zephyr-Core-3.7.0/tests/bluetooth/host/id/bt_setup_random_id_addr/src/
Dtest_suite_invalid_cases.c77 uint16_t *vs_commands = (uint16_t *)bt_dev.vs_commands; in ZTEST() local
79 *vs_commands = (1 << BT_VS_CMD_BIT_READ_STATIC_ADDRS); in ZTEST()
127 uint16_t *vs_commands = (uint16_t *)bt_dev.vs_commands; in ZTEST() local
133 *vs_commands = (1 << BT_VS_CMD_BIT_READ_STATIC_ADDRS); in ZTEST()
169 uint16_t *vs_commands = (uint16_t *)bt_dev.vs_commands; in ZTEST() local
175 *vs_commands = (1 << BT_VS_CMD_BIT_READ_STATIC_ADDRS); in ZTEST()
211 uint16_t *vs_commands = (uint16_t *)bt_dev.vs_commands; in ZTEST() local
217 *vs_commands = (1 << BT_VS_CMD_BIT_READ_STATIC_ADDRS); in ZTEST()
Dtest_suite_bt_privacy_enabled.c83 uint16_t *vs_commands = (uint16_t *)bt_dev.vs_commands; in ZTEST() local
88 *vs_commands = (1 << BT_VS_CMD_BIT_READ_STATIC_ADDRS); in ZTEST()
125 uint16_t *vs_commands = (uint16_t *)bt_dev.vs_commands; in ZTEST() local
130 *vs_commands = (1 << BT_VS_CMD_BIT_READ_STATIC_ADDRS); in ZTEST()
177 uint16_t *vs_commands = (uint16_t *)bt_dev.vs_commands; in ZTEST() local
182 *vs_commands = (1 << BT_VS_CMD_BIT_READ_STATIC_ADDRS); in ZTEST()
229 uint16_t *vs_commands = (uint16_t *)bt_dev.vs_commands; in ZTEST() local
234 *vs_commands = (1 << BT_VS_CMD_BIT_READ_STATIC_ADDRS); in ZTEST()
Dtest_suite_bt_settings_enabled.c110 uint16_t *vs_commands = (uint16_t *)bt_dev.vs_commands; in ZTEST() local
115 *vs_commands = (1 << BT_VS_CMD_BIT_READ_STATIC_ADDRS); in ZTEST()
158 uint16_t *vs_commands = (uint16_t *)bt_dev.vs_commands; in ZTEST() local
163 *vs_commands = (1 << BT_VS_CMD_BIT_READ_STATIC_ADDRS); in ZTEST()
203 uint16_t *vs_commands = (uint16_t *)bt_dev.vs_commands; in ZTEST() local
210 *vs_commands = (1 << BT_VS_CMD_BIT_READ_STATIC_ADDRS); in ZTEST()
Dmain.c92 uint16_t *vs_commands = (uint16_t *)bt_dev.vs_commands; in ZTEST() local
97 *vs_commands = (1 << BT_VS_CMD_BIT_READ_STATIC_ADDRS); in ZTEST()
146 uint16_t *vs_commands = (uint16_t *)bt_dev.vs_commands; in ZTEST() local
151 *vs_commands = (1 << BT_VS_CMD_BIT_READ_STATIC_ADDRS); in ZTEST()
200 uint16_t *vs_commands = (uint16_t *)bt_dev.vs_commands; in ZTEST() local
205 *vs_commands = (1 << BT_VS_CMD_BIT_READ_STATIC_ADDRS); in ZTEST()
/Zephyr-Core-3.7.0/tests/bluetooth/host/id/bt_id_init/src/
Dtest_suite_setup_static_random_identity.c84 uint16_t *vs_commands = (uint16_t *)bt_dev.vs_commands; in ZTEST() local
94 *vs_commands = (1 << BT_VS_CMD_BIT_READ_STATIC_ADDRS); in ZTEST()
140 uint16_t *vs_commands = (uint16_t *)bt_dev.vs_commands; in ZTEST() local
150 *vs_commands = (1 << BT_VS_CMD_BIT_READ_STATIC_ADDRS); in ZTEST()
186 uint16_t *vs_commands = (uint16_t *)bt_dev.vs_commands; in ZTEST() local
196 *vs_commands = (1 << BT_VS_CMD_BIT_READ_STATIC_ADDRS); in ZTEST()
/Zephyr-Core-3.7.0/subsys/bluetooth/host/
Dhci_core.h388 uint8_t vs_commands[BT_DEV_VS_CMDS_MAX]; member
Did.c1494 if (!BT_VS_CMD_READ_KEY_ROOTS(bt_dev.vs_commands)) { in bt_read_identity_root()
1599 if (!BT_VS_CMD_READ_STATIC_ADDRS(bt_dev.vs_commands)) { in vs_read_static_addr()
Dhci_core.c3887 memcpy(bt_dev.vs_commands, rp.cmds->commands, BT_DEV_VS_CMDS_MAX); in hci_vs_init()
3890 if (BT_VS_CMD_SUP_FEAT(bt_dev.vs_commands)) { in hci_vs_init()