summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Kline <ek@google.com>2015-03-03 03:25:51 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-03-03 03:25:51 +0000
commit3210f865592835629eae0e172dc55bbe1a822041 (patch)
treeda92d422c4fbfbfd7e8f577081691aac94ad2aa1
parent098f6a78457476a4d3eedf57e9efaad5681c9c67 (diff)
parent3e12cd500a06053da91f5cb69837838ea7455067 (diff)
downloadbluedroid-3210f865592835629eae0e172dc55bbe1a822041.tar.gz
am 3e12cd50: Merge "reword channle to channel"
* commit '3e12cd500a06053da91f5cb69837838ea7455067': reword channle to channel
-rw-r--r--btif/src/btif_sock_rfc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/btif/src/btif_sock_rfc.c b/btif/src/btif_sock_rfc.c
index ae03fcd..77db92c 100644
--- a/btif/src/btif_sock_rfc.c
+++ b/btif/src/btif_sock_rfc.c
@@ -776,7 +776,7 @@ static void jv_dm_cback(tBTA_JV_EVT event, tBTA_JV *p_data, void *user_data)
}
else
{
- APPL_TRACE_ERROR("DISCOVERY_COMP_EVT slot id:%d, failed to find channle, \
+ APPL_TRACE_ERROR("DISCOVERY_COMP_EVT slot id:%d, failed to find channel, \
status:%d, scn:%d", id, p_data->disc_comp.status,
p_data->disc_comp.scn);
rs = find_rfc_slot_by_id(id);