Diff between 4ead1cb1ecea705367c1b716bb7bd5538f0b49dd and dd78814e7ffb6a80646b0748ee5ac64600588992
Changed Files
| File | Additions | Deletions | Status |
| emulator/bthost.c | +1 | -1 | modified |
Full Patch
diff --git a/emulator/bthost.c b/emulator/bthost.c
index 2d94d19..fe78ec5 100644
--- a/emulator/bthost.c
+++ b/emulator/bthost.c
@@ -1612,7 +1612,7 @@ static struct cid_hook *find_cid_hook(struct btconn *conn, uint16_t cid)
}
static struct rfcomm_chan_hook *find_rfcomm_chan_hook(struct btconn *conn,
- uint16_t channel)
+ uint8_t channel)
{
struct rfcomm_chan_hook *hook;