Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/host/id/bt_setup_random_id_addr/src/
Dtest_suite_invalid_cases.c84 expect_single_call_bt_hci_cmd_send_sync(BT_HCI_OP_VS_READ_STATIC_ADDRS); in ZTEST()
95 zassert_equal(opcode, BT_HCI_OP_VS_READ_STATIC_ADDRS, in bt_hci_cmd_send_sync_custom_fake()
141 expect_single_call_bt_hci_cmd_send_sync(BT_HCI_OP_VS_READ_STATIC_ADDRS); in ZTEST()
183 expect_single_call_bt_hci_cmd_send_sync(BT_HCI_OP_VS_READ_STATIC_ADDRS); in ZTEST()
225 expect_single_call_bt_hci_cmd_send_sync(BT_HCI_OP_VS_READ_STATIC_ADDRS); in ZTEST()
Dmain.c59 zassert_equal(opcode, BT_HCI_OP_VS_READ_STATIC_ADDRS, in bt_hci_cmd_send_sync_custom_fake()
109 expect_single_call_bt_hci_cmd_send_sync(BT_HCI_OP_VS_READ_STATIC_ADDRS); in ZTEST()
164 expect_single_call_bt_hci_cmd_send_sync(BT_HCI_OP_VS_READ_STATIC_ADDRS); in ZTEST()
218 expect_single_call_bt_hci_cmd_send_sync(BT_HCI_OP_VS_READ_STATIC_ADDRS); in ZTEST()
Dtest_suite_bt_settings_enabled.c80 zassert_equal(opcode, BT_HCI_OP_VS_READ_STATIC_ADDRS, in bt_hci_cmd_send_sync_custom_fake()
Dtest_suite_bt_privacy_enabled.c54 zassert_equal(opcode, BT_HCI_OP_VS_READ_STATIC_ADDRS, in bt_hci_cmd_send_sync_custom_fake()
/Zephyr-latest/tests/bluetooth/host/id/bt_id_init/src/
Dtest_suite_setup_static_random_identity.c54 zassert_equal(opcode, BT_HCI_OP_VS_READ_STATIC_ADDRS, in bt_hci_cmd_send_sync_custom_fake()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_vs.h119 #define BT_HCI_OP_VS_READ_STATIC_ADDRS BT_OP(BT_OGF_VS, 0x0009) macro
/Zephyr-latest/subsys/bluetooth/host/
Did.c1612 err = bt_hci_cmd_send_sync(BT_HCI_OP_VS_READ_STATIC_ADDRS, NULL, &rsp); in vs_read_static_addr()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c5684 case BT_OCF(BT_HCI_OP_VS_READ_STATIC_ADDRS):