Searched refs:BT_HCI_OP_VS_READ_STATIC_ADDRS (Results 1 – 8 of 8) sorted by relevance
| /Zephyr-4.1.0/tests/bluetooth/host/id/bt_setup_random_id_addr/src/ |
| D | test_suite_invalid_cases.c | 84 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()
|
| D | main.c | 59 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()
|
| D | test_suite_bt_settings_enabled.c | 80 zassert_equal(opcode, BT_HCI_OP_VS_READ_STATIC_ADDRS, in bt_hci_cmd_send_sync_custom_fake()
|
| D | test_suite_bt_privacy_enabled.c | 54 zassert_equal(opcode, BT_HCI_OP_VS_READ_STATIC_ADDRS, in bt_hci_cmd_send_sync_custom_fake()
|
| /Zephyr-4.1.0/tests/bluetooth/host/id/bt_id_init/src/ |
| D | test_suite_setup_static_random_identity.c | 54 zassert_equal(opcode, BT_HCI_OP_VS_READ_STATIC_ADDRS, in bt_hci_cmd_send_sync_custom_fake()
|
| /Zephyr-4.1.0/include/zephyr/bluetooth/ |
| D | hci_vs.h | 119 #define BT_HCI_OP_VS_READ_STATIC_ADDRS BT_OP(BT_OGF_VS, 0x0009) macro
|
| /Zephyr-4.1.0/subsys/bluetooth/host/ |
| D | id.c | 1617 err = bt_hci_cmd_send_sync(BT_HCI_OP_VS_READ_STATIC_ADDRS, NULL, &rsp); in vs_read_static_addr()
|
| /Zephyr-4.1.0/subsys/bluetooth/controller/hci/ |
| D | hci.c | 5719 case BT_OCF(BT_HCI_OP_VS_READ_STATIC_ADDRS):
|