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/ |
D | main.c | 59 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/ |
D | main.c | 66 zassert_equal(opcode, BT_HCI_OP_READ_BD_ADDR, "'%s()' was called with incorrect '%s' value", in bt_hci_cmd_send_sync_custom_fake()
|
D | test_suite_bt_settings_enabled.c | 76 zassert_equal(opcode, BT_HCI_OP_READ_BD_ADDR, "'%s()' was called with incorrect '%s' value", in bt_hci_cmd_send_sync_custom_fake()
|
D | test_suite_bt_privacy_enabled.c | 50 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/ |
D | test_suite_setup_public_identity.c | 41 zassert_equal(opcode, BT_HCI_OP_READ_BD_ADDR, "'%s()' was called with incorrect '%s' value", in bt_hci_cmd_send_sync_custom_fake()
|
D | test_suite_setup_static_random_identity.c | 50 if (opcode == BT_HCI_OP_READ_BD_ADDR) { in bt_hci_cmd_send_sync_custom_fake()
|
/Zephyr-latest/tests/bluetooth/hci_prop_evt/src/ |
D | main.c | 191 { BT_HCI_OP_READ_BD_ADDR,
|
/Zephyr-latest/tests/bluetooth/host_long_adv_recv/src/ |
D | main.c | 217 { BT_HCI_OP_READ_BD_ADDR, sizeof(struct bt_hci_rp_read_bd_addr), generic_success },
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | id.c | 1540 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/ |
D | hci_types.h | 880 #define BT_HCI_OP_READ_BD_ADDR BT_OP(BT_OGF_INFO, 0x0009) /* 0x1009 */ macro
|
/Zephyr-latest/subsys/bluetooth/controller/hci/ |
D | hci.c | 1322 case BT_OCF(BT_HCI_OP_READ_BD_ADDR): in info_cmd_handle()
|