core: change AdvertisingData.get default raw behavior to False

This commit is contained in:
Abel Lucas
2022-10-31 20:49:41 +00:00
parent fc331b7aea
commit ce9472bf42
4 changed files with 13 additions and 13 deletions

View File

@@ -827,7 +827,7 @@ class AdvertisingData:
self.ad_structures.append((ad_type, ad_data))
offset += length
def get(self, type_id, return_all=False, raw=True):
def get(self, type_id, return_all=False, raw=False):
'''
Get Advertising Data Structure(s) with a given type