Diff between 78385d3249c2fab0899b5dddef196ec3a8170a97 and 2d71ac6b691d3aaa613d5718e73090a0e9a8c7a2
Changed Files
| File | Additions | Deletions | Status |
| input/manager.c | +1 | -1 | modified |
Full Patch
diff --git a/input/manager.c b/input/manager.c
index a98a080..496f497 100644
--- a/input/manager.c
+++ b/input/manager.c
@@ -86,7 +86,7 @@ static int headset_probe(struct btd_device *device, GSList *uuids)
const gchar *path = device_get_path(device);
const sdp_record_t *record;
sdp_list_t *protos;
- uint8_t ch;
+ int ch;
bdaddr_t src, dst;
DBG("path %s", path);