Hi,
While creating the group on the l2cap layer getting the error of "feature not enable".
Following is the code snippet;
// create group
GroupCID = L2CA_Group_Create(BluetoothStackID, 0x1003, TRUE, L2CA_Event_Callback, (unsigned long)1);
Display(("GroupCID %d \r\n", GroupCID));
In return value getting the value (-103) which means "BTPS_ERROR_FEATURE_NOT_AVAILABLE".
I am using Bluetopia stack version 4.0.
Is there this feature enabled? How to enable it?
Thanks & regards,
Ravi