|
From: Mattias A. <mat...@us...> - 2001-04-25 17:46:11
|
The following file was modified in linux/include/linux/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
hci.h 1.53 1.54=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
* added hci_read_transmit_power_level
The diff of the modified file(s):
--- hci.h 2001/04/18 14:46:17 1.53
+++ hci.h 2001/04/25 17:46:11 1.54
@@ -62,7 +62,6 @@
/* check in l2cap that MTU doesn't exceed this value */
#define HCI_IN_SIZE 800
=20
-
/* Struct defining a HCI command packet, the meaning of the type field is
decribed in part H:4 chapter 2 in the baseband core specification. The
other fields are described in section H:1 chapter 4.4.1 in the baseband
@@ -135,6 +134,7 @@
s32 hci_write_link_supervision_to(u32 hdl, u32 link_to);
s32 hci_write_class_of_device(u8 *class_of_device);
s32 hci_set_event_filter(u8 *data);
+s32 hci_read_power_transmit_level(u32 con_hdl, unsigned char type);
=20
/* Informational Parameters */
s32 hci_read_local_bd(u8 *bd);
|