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:
parent
59126aca7e
commit
97399d4027
1 changed files with 0 additions and 6 deletions
|
@ -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 **);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue