Hi Andrei, >>>>> +#define HAL_MSG_OP_BT_SET_REMOTE_DEVICE_PROP 0x08 >>>>> +struct hal_msg_cp_bt_set_remote_device_prop { >>>>> + __bdaddr_t bdaddr; >>>>> + uint8_t type; >>>>> + uint16_t len; >>>> >>>> Lets make these all align properly. >>> >>> Align with tabs? So this will be very different from lib/mgmt.h ? >> >> In monitor/bt.h, I did align them with spaces. > > Just to be sure: align structures with spaces always? between uint16_t and len uses spaces to make them align. For everything else use tabs. This only applies to protocol data structures. See monitor/bt.h for how it is suppose to be done. Regards Marcel -- 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