Skip to content

Commit 3640e7f

Browse files
moore-brosholtmann
authored andcommitted
Bluetooth: btmtkuart: add .set_bdaddr support
add .set_bdaddr support Signed-off-by: Sean Wang <[email protected]> Signed-off-by: Marcel Holtmann <[email protected]>
1 parent f5c3f98 commit 3640e7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/bluetooth/btmtkuart.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -878,6 +878,7 @@ static int btmtkuart_probe(struct serdev_device *serdev)
878878
hdev->setup = btmtkuart_setup;
879879
hdev->shutdown = btmtkuart_shutdown;
880880
hdev->send = btmtkuart_send_frame;
881+
hdev->set_bdaddr = btmtk_set_bdaddr;
881882
SET_HCIDEV_DEV(hdev, &serdev->dev);
882883

883884
hdev->manufacturer = 70;

0 commit comments

Comments
 (0)