Thread (39 messages) 39 messages, 4 authors, 2012-01-19

Re: [PATCH 07/15] Bluetooth: Merge device class into the EIR data in mgmt_ev_device_found

From: Johan Hedberg <hidden>
Date: 2012-01-18 20:29:16

Hi Lizardo,

On Wed, Jan 18, 2012, Anderson Lizardo wrote:
Hi Johan,

On Wed, Jan 18, 2012 at 2:51 PM, Johan Hedberg [off-list ref] wrote:
quoted
+static inline u16 eir_append_data(u8 *eir, u16 eir_len, u8 type, u8 *data,
+                                                               u16 data_len)
+{
+       eir[eir_len++] = sizeof(type) + data_len;
Isn't it better to have data_len as u8? It is impossible for a EIR or
AD entry to have more than 255 octets (given the length field is one
octet).
Since we've taken up the habit of appending items to the data (such as
the device class) before passing it on to user space we thought it'd be
more future proof to use two octets. The mgmt messages use two octets as
well. I was also initially of the opinion that one should be enough but
Marcel convinced me that two is better since we're living very close to
the limit and would have to break the API if at any point in the future
we suddenly need more space.

Johan
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help