Hi Nazmul, > I am using mgmt-api to send command to the bluetooth kernel driver. > > The problem is that sometimes the callback of the mgmt_send() command > is not fired even though the return value of the mgmt_send() is > indicating a success. > > is there any special case which may cause this kind of issue? > > using bluez 5.31 and 4.1+ kernel. are you utilizing src/shared/mgmt.c for your code. That one has proper handling for queuing the commands. It however means that the next command is only send when the previous one completed? Which command do you have problems with. There are a few special ones that require mgmt_reply to be used. 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