Bluetooth: Host: Remove code causing build error

This code is redundant and causes a build error if called more than
once.

Signed-off-by: Timothy Keys <timothy.keys@nordicsemi.no>
This commit is contained in:
Timothy Keys 2024-11-04 12:29:43 +00:00 committed by Anas Nashif
commit 97399d4027

View file

@ -9,11 +9,5 @@
#include <zephyr/bluetooth/hci.h>
#include <zephyr/kernel.h>
#include <host/hci_core.h>
struct bt_dev bt_dev = {
.manufacturer = 0x1234,
};
DEFINE_FAKE_VALUE_FUNC(struct net_buf *, bt_hci_cmd_create, uint16_t, uint8_t);
DEFINE_FAKE_VALUE_FUNC(int, bt_hci_cmd_send_sync, uint16_t, struct net_buf *, struct net_buf **);