hci_event.c (c900529f3d9161bfde5cca0754f83b4d3c3e0220) hci_event.c (b938790e70540bf4f2e653dcd74b232494d06c8f)
1/*
2 BlueZ - Bluetooth protocol stack for Linux
3 Copyright (c) 2000-2001, 2010, Code Aurora Forum. All rights reserved.
4 Copyright 2023 NXP
5
6 Written 2000,2001 by Maxim Krasnyansky <maxk@qualcomm.com>
7
8 This program is free software; you can redistribute it and/or modify

--- 19 unchanged lines hidden (view full) ---

28#include <asm/unaligned.h>
29
30#include <net/bluetooth/bluetooth.h>
31#include <net/bluetooth/hci_core.h>
32#include <net/bluetooth/mgmt.h>
33
34#include "hci_request.h"
35#include "hci_debugfs.h"
1/*
2 BlueZ - Bluetooth protocol stack for Linux
3 Copyright (c) 2000-2001, 2010, Code Aurora Forum. All rights reserved.
4 Copyright 2023 NXP
5
6 Written 2000,2001 by Maxim Krasnyansky <maxk@qualcomm.com>
7
8 This program is free software; you can redistribute it and/or modify

--- 19 unchanged lines hidden (view full) ---

28#include <asm/unaligned.h>
29
30#include <net/bluetooth/bluetooth.h>
31#include <net/bluetooth/hci_core.h>
32#include <net/bluetooth/mgmt.h>
33
34#include "hci_request.h"
35#include "hci_debugfs.h"
36#include "hci_codec.h"
36#include "a2mp.h"
37#include "amp.h"
38#include "smp.h"
39#include "msft.h"
40#include "eir.h"
41
42#define ZERO_KEY "\x00\x00\x00\x00\x00\x00\x00\x00" \
43 "\x00\x00\x00\x00\x00\x00\x00\x00"

--- 7664 unchanged lines hidden ---
37#include "a2mp.h"
38#include "amp.h"
39#include "smp.h"
40#include "msft.h"
41#include "eir.h"
42
43#define ZERO_KEY "\x00\x00\x00\x00\x00\x00\x00\x00" \
44 "\x00\x00\x00\x00\x00\x00\x00\x00"

--- 7664 unchanged lines hidden ---