Home
last modified time | relevance | path

Searched refs:SHORTENED_LOCAL_NAME (Results 1 – 4 of 4) sorted by relevance

/external/python/bumble/bumble/
Dcore.py638 SHORTENED_LOCAL_NAME = 0x08 variable in AdvertisingData
690 SHORTENED_LOCAL_NAME: 'SHORTENED_LOCAL_NAME',
825 elif ad_type == AdvertisingData.SHORTENED_LOCAL_NAME:
882 AdvertisingData.SHORTENED_LOCAL_NAME,
Ddevice.py2120 local_name = ad_data.get(AdvertisingData.SHORTENED_LOCAL_NAME, raw=True)
/external/pandora/avatar/avatar/bumble_server/
Dhost.py534 … 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)):
/external/python/bumble/apps/
Dconsole.py968 name = self.ad_data.get(AdvertisingData.SHORTENED_LOCAL_NAME, raw=True)