Home
last modified time | relevance | path

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

12345678

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gap/
H A Ddiscovery_filter.h49 void set_connectable(bool connectable) { connectable_ = connectable; } in set_connectable()
50 std::optional<bool> connectable() const { return connectable_; } in connectable() function
H A Dpeer.h574 bool connectable() const { return *connectable_; } in connectable() function
686 void set_connectable(bool connectable) { connectable_.Set(connectable); } in set_connectable()
/aosp_15_r20/packages/modules/Bluetooth/floss/pandora/floss/
Dqa_client.py36 def on_fetch_connectable_completed(self, connectable): argument
144 def OnFetchConnectableComplete(self, connectable): argument
236 def on_fetch_connectable_completed(self, connectable): argument
/aosp_15_r20/external/pigweed/pw_bluetooth/public/pw_bluetooth/low_energy/
H A Dcentral2.h56 std::optional<bool> connectable; member
122 bool connectable; member
H A Dcentral.h76 std::optional<bool> connectable; member
162 bool connectable; member
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/bt_hci_virtual/
H A Demulated_peer.cc65 bool connectable = in NewLowEnergy() local
105 bool connectable = in NewBredr() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dpeer_cache.cc43 Peer* PeerCache::NewPeer(const DeviceAddress& address, bool connectable) { in NewPeer()
359 bool connectable) { in InsertPeerRecord()
H A Dpeer_cache_fuzztest.cc35 bool connectable = fuzzed_data_provider.ConsumeBool(); in LLVMFuzzerTestOneInput() local
H A Ddiscovery_filter.cc33 bool connectable, in MatchLowEnergyResult()
H A Dfake_adapter.cc159 std::optional<ConnectableAdvertisingParameters> connectable, in StartAdvertising()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci/
H A Dlow_energy_scanner.h33 bool connectable) in LowEnergyScanResult()
40 bool connectable() const { return connectable_; } in connectable() function
H A Dlow_energy_advertiser.h139 bool connectable = false; member
/aosp_15_r20/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DAdvertisingSetParameters.java148 boolean connectable, in AdvertisingSetParameters()
398 public Builder setConnectable(boolean connectable) { in setConnectable()
DAdvertiseSettings.java236 public Builder setConnectable(boolean connectable) { in setConnectable()
/aosp_15_r20/external/pandora/bt-test-interfaces/pandora/
Dhost.proto353 bool connectable = 7; field
417 bool connectable = 11; field
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/bt/
Dble_lib.py63 connectable=True): argument
/aosp_15_r20/external/pandora/avatar/avatar/cases/
Dle_host_test.py88 connectable: Union[Literal['connectable'], Literal['non_connectable']], argument
/aosp_15_r20/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DPandoraDevice.java143 OwnAddressType ownAddressType, UUID serviceUuid, boolean legacy, boolean connectable) { in advertise()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dle_advertising_manager.h59 bool connectable = false; variable
/aosp_15_r20/external/autotest/client/common_lib/cros/bluetooth/
H A Dbluetooth_socket.py672 def set_connectable(self, index, connectable): argument
697 def set_fast_connectable(self, index, connectable): argument
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/hci/
H A Dlegacy_low_energy_scanner.cc223 bool connectable = false; in OnAdvertisingReportEvent() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/
H A Dfake_peer.cc27 bool connectable, in FakePeer()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/testing/
H A Dfake_peer.h107 bool connectable() const { return connectable_; } in connectable() function
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/
H A Dperipheral.cc144 connectable; in Advertise() local
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/
Dbluetooth_device.py301 connectable): argument
1264 connectable): argument

12345678