Add check in code such that if BT is ON then SoftAP cannot be started
Change-Id: I274cefd07401f5b7f2beac78a16e892be73efdae
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
int rc; \
|
||||
rc = snprintf(resp, sizeof(resp), "failure %s:%s",msg, code); \
|
||||
if ( rc == sizeof(resp)) resp[sizeof(resp)-1] = 0; \
|
||||
LOGE("%s", resp); \
|
||||
LOGE("%s",resp); \
|
||||
}
|
||||
|
||||
static struct sockaddr_nl rtnl_local;
|
||||
|
||||
Reference in New Issue
Block a user