Re: [web-bluetooth] Consider merging `txPower` and `rssi` into `pathLoss`

An example of a popular devices that needs RSSI as a separate value is
 the 
[UriBeacon](https://github.com/google/uribeacon/tree/master/specification).
 Including the TxPower flag in the adv packet takes up three extra 
bytes: one for length, one for type and one for value. The UriBeacon 
project decided to include the Tx Power inside Service Data to save 
two bytes. I can imagine other manufacturers trying to save some bytes
 by doing something similar.

-- 
GitHub Notif of comment by g-ortuno
See 
https://github.com/WebBluetoothCG/web-bluetooth/issues/76#issuecomment-83732272

Received on Thursday, 19 March 2015 19:31:53 UTC