mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 05:01:48 +00:00
Bluetooth: Add constants for AMP controller type
Add the constants for BR/EDR and 802.11 AMP controller types. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
f822c411b2
commit
7c13823d5b
@ -66,6 +66,10 @@
|
||||
/* First BR/EDR Controller shall have ID = 0 */
|
||||
#define HCI_BREDR_ID 0
|
||||
|
||||
/* AMP controller types */
|
||||
#define AMP_TYPE_BREDR 0x00
|
||||
#define AMP_TYPE_80211 0x01
|
||||
|
||||
/* AMP controller status */
|
||||
#define AMP_CTRL_POWERED_DOWN 0x00
|
||||
#define AMP_CTRL_BLUETOOTH_ONLY 0x01
|
||||
|
Loading…
Reference in New Issue
Block a user