labapart / gattlib

Library to access GATT information from BLE (Bluetooth Low Energy) devices
http://labapart.com/
436 stars 157 forks source link

Fixed handling of null MAC addresses during scanning. #210

Closed kdewald closed 3 years ago

kdewald commented 3 years ago

Came across a few instances where org_bluez_device1_get_address is returning null pointers, which is causing g_ascii_strcasecmp to throw a lot of warnings.

oliviermartin commented 3 years ago

Thanks again @kdewald for your contributions :-)