Searched defs:connectable (Results 1 – 8 of 8) sorted by relevance
/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/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/ |
D | rx-ref_count.hpp | 59 connectable_type connectable; // connects to this. subscribes to this if subscribable empty. member 74 connectable_type connectable; // connects to this. subscribes to this if subscribable empty. member
|
/external/python/bumble/web/ |
D | scanner.py | 24 def on_advertisement(self, address, ad_data, rssi, connectable): argument
|
/external/python/bumble/apps/ |
D | scan.py | 81 def on_advertisement(self, address, ad_data, rssi, connectable): 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/autotest/client/common_lib/cros/bluetooth/ |
D | bluetooth_socket.py | 658 def set_connectable(self, index, connectable): argument 683 def set_fast_connectable(self, index, connectable): argument
|
/external/python/bumble/bumble/ |
D | device.py | 760 async def set_connectable(self, connectable=True): argument
|