Searched refs:SHORTENED_LOCAL_NAME (Results 1 – 4 of 4) sorted by relevance
638 SHORTENED_LOCAL_NAME = 0x08 variable in AdvertisingData690 SHORTENED_LOCAL_NAME: 'SHORTENED_LOCAL_NAME',825 elif ad_type == AdvertisingData.SHORTENED_LOCAL_NAME:882 AdvertisingData.SHORTENED_LOCAL_NAME,
2120 local_name = ad_data.get(AdvertisingData.SHORTENED_LOCAL_NAME, raw=True)
534 … ad_structures.append((AdvertisingData.SHORTENED_LOCAL_NAME, bytes(self.device.name[:8], 'utf-8')))536 …ad_structures.append((AdvertisingData.SHORTENED_LOCAL_NAME, bytes(dt.shortened_local_name, 'utf-8'…644 if s := cast(str, ad.get(AdvertisingData.SHORTENED_LOCAL_NAME)):
968 name = self.ad_data.get(AdvertisingData.SHORTENED_LOCAL_NAME, raw=True)