Hi Ravi, On Tue, Nov 12, 2013, Ravi kumar Veeramally wrote: > --- > android/hal-pan.c | 6 ++++++ > android/hal.h | 1 + > 2 files changed, 7 insertions(+) I've applied the first two patches, but there's one issue with this one: > +void bt_notify_pan(uint16_t opcode, void *buf, uint16_t len) > +{ > + if (!interface_ready()) > + return; > +} Why is opcode uint16_t instead of uint8_t? Haven't we defined it as uint8_t in our IPC document? Johan -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html