Searched defs:ad_data (Results 1 – 7 of 7) sorted by relevance
/external/python/bumble/apps/ |
D | scan.py | 51 def print_advertisement(self, address, address_color, ad_data, rssi): argument 81 def on_advertisement(self, address, ad_data, rssi, connectable): argument 85 def on_advertising_report(self, address, ad_data, rssi, event_type): argument
|
D | console.py | 505 def on_advertisement(self, address, ad_data, rssi, connectable): argument 523 def __init__(self, address, address_type, ad_data, rssi, connectable): argument
|
/external/python/bumble/examples/ |
D | run_scanner.py | 43 def _(address, ad_data, rssi, connectable): argument
|
D | run_controller_with_scanner.py | 32 def on_advertisement(self, address, ad_data, rssi, connectable): argument
|
/external/python/bumble/web/ |
D | scanner.py | 24 def on_advertisement(self, address, ad_data, rssi, connectable): argument
|
/external/python/bumble/bumble/ |
D | core.py | 686 def uuid_list_to_objects(ad_data, uuid_size): argument 695 def uuid_list_to_string(ad_data, uuid_size): argument 702 def ad_data_to_string(ad_type, ad_data): argument 760 def ad_data_to_object(ad_type, ad_data): argument 812 def process_ad_data(ad_data): argument
|
D | device.py | 904 def on_peer_found(address, ad_data): argument
|