Home
last modified time | relevance | path

Searched refs:BT_HCI_OP_READ_BD_ADDR (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/tests/bluetooth/host/id/bt_id_read_public_addr/src/
Dmain.c59 expect_single_call_bt_hci_cmd_send_sync(BT_HCI_OP_READ_BD_ADDR); in ZTEST()
70 zassert_equal(opcode, BT_HCI_OP_READ_BD_ADDR, "'%s()' was called with incorrect '%s' value", in bt_hci_cmd_send_sync_custom_fake()
114 expect_single_call_bt_hci_cmd_send_sync(BT_HCI_OP_READ_BD_ADDR); in ZTEST()
144 expect_single_call_bt_hci_cmd_send_sync(BT_HCI_OP_READ_BD_ADDR); in ZTEST()
/Zephyr-latest/tests/bluetooth/host/id/bt_setup_public_id_addr/src/
Dmain.c66 zassert_equal(opcode, BT_HCI_OP_READ_BD_ADDR, "'%s()' was called with incorrect '%s' value", in bt_hci_cmd_send_sync_custom_fake()
Dtest_suite_bt_settings_enabled.c76 zassert_equal(opcode, BT_HCI_OP_READ_BD_ADDR, "'%s()' was called with incorrect '%s' value", in bt_hci_cmd_send_sync_custom_fake()
Dtest_suite_bt_privacy_enabled.c50 zassert_equal(opcode, BT_HCI_OP_READ_BD_ADDR, "'%s()' was called with incorrect '%s' value", in bt_hci_cmd_send_sync_custom_fake()
/Zephyr-latest/tests/bluetooth/host/id/bt_id_init/src/
Dtest_suite_setup_public_identity.c41 zassert_equal(opcode, BT_HCI_OP_READ_BD_ADDR, "'%s()' was called with incorrect '%s' value", in bt_hci_cmd_send_sync_custom_fake()
Dtest_suite_setup_static_random_identity.c50 if (opcode == BT_HCI_OP_READ_BD_ADDR) { in bt_hci_cmd_send_sync_custom_fake()
/Zephyr-latest/tests/bluetooth/hci_prop_evt/src/
Dmain.c191 { BT_HCI_OP_READ_BD_ADDR,
/Zephyr-latest/tests/bluetooth/host_long_adv_recv/src/
Dmain.c217 { BT_HCI_OP_READ_BD_ADDR, sizeof(struct bt_hci_rp_read_bd_addr), generic_success },
/Zephyr-latest/subsys/bluetooth/host/
Did.c1540 err = bt_hci_cmd_send_sync(BT_HCI_OP_READ_BD_ADDR, NULL, &rsp); in bt_id_read_public_addr()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h880 #define BT_HCI_OP_READ_BD_ADDR BT_OP(BT_OGF_INFO, 0x0009) /* 0x1009 */ macro
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c1322 case BT_OCF(BT_HCI_OP_READ_BD_ADDR): in info_cmd_handle()