Fix service instance Id in the data request

am: 7491031a5b

Change-Id: I39118acbdf676865286d5fc9485f9c96737d91d9
This commit is contained in:
Subhani Shaik 2016-06-14 23:26:59 +00:00 committed by android-build-merger
commit c54f9bcc94

View file

@ -1658,7 +1658,7 @@ typedef struct {
This is same as publish_id notified on the subscribe side
in a publish/subscribe scenario
*/
u16 service_instance_id; /* Value 0 for no publish/subscribe */
u32 service_instance_id; /* Value 0 for no publish/subscribe */
/* Config flag for channel request */
NanDataPathChannelCfg channel_request_type;