Home
last modified time | relevance | path

Searched defs:connectable (Results 1 – 8 of 8) sorted by relevance

/external/python/bumble/examples/
Drun_scanner.py43 def _(address, ad_data, rssi, connectable): argument
Drun_controller_with_scanner.py32 def on_advertisement(self, address, ad_data, rssi, connectable): argument
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-ref_count.hpp59 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/
Dscanner.py24 def on_advertisement(self, address, ad_data, rssi, connectable): argument
/external/python/bumble/apps/
Dscan.py81 def on_advertisement(self, address, ad_data, rssi, connectable): argument
Dconsole.py505 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/
Dbluetooth_socket.py658 def set_connectable(self, index, connectable): argument
683 def set_fast_connectable(self, index, connectable): argument
/external/python/bumble/bumble/
Ddevice.py760 async def set_connectable(self, connectable=True): argument