Add check in code such that if BT is ON then SoftAP cannot be started

Change-Id: I274cefd07401f5b7f2beac78a16e892be73efdae
This commit is contained in:
Raj Kushwaha
2011-03-12 10:21:45 -08:00
parent 7e46ea01e8
commit 13eb75f8cc
3 changed files with 38 additions and 4 deletions

View File

@@ -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;