From ddaf4b475fd3cb6030078b4c2f8632e9e7fa2e0e Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 28 Dec 2011 23:00:46 +0200 Subject: [PATCH] hciops: Fix integer type for Class of Device --- plugins/hciops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/hciops.c b/plugins/hciops.c index 435e61a2f..44b14e12c 100644 --- a/plugins/hciops.c +++ b/plugins/hciops.c @@ -1949,7 +1949,7 @@ static inline void remote_version_information(int index, void *ptr) } static void dev_found(struct dev_info *info, bdaddr_t *dba, addr_type_t type, - uint8_t cod, int8_t rssi, uint8_t cfm_name, + uint32_t cod, int8_t rssi, uint8_t cfm_name, uint8_t *eir, uint8_t eir_len) { struct found_dev *dev; -- 2.47.3