Hi Marcel,
Le 08/07/2013 21:10, Marcel Holtmann a écrit :
can you give the exact reference where this is stated. Since I fail to find it.
Core spec v4, 7.1.8 Accept Connection Request Command, p 472, just
before command paremeters
"Note: When accepting synchronous connection request, the Role parameter
is not used and will be ignored by the BR/EDR Controller."
- if (lmp_rswitch_capable(hdev) && (mask & HCI_LM_MASTER))
- cp.role = 0x00; /* Become master */
- else
- cp.role = 0x01; /* Remain slave */
+ cp.role = 0x00; /* Ignored */
Is it really 0x00 and not 0x01 to stay slave.
Since it is ignored, there is no need to care.
Fred
--
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