Home
last modified time | relevance | path

Searched refs:connectable (Results 1 – 25 of 42) sorted by relevance

12

/packages/modules/Bluetooth/tools/rootcanal/test/LL/DDI/SCN/
DBV_20_C.py114 connectable = (advertising_event_properties & 0x1) != 0
140 connectable=connectable,
174 connectable=connectable,
239 connectable=connectable,
DBV_19_C.py116 connectable = (advertising_event_properties & 0x1) != 0
142 connectable=connectable,
189 connectable=connectable,
DBV_79_C.py83 connectable=False,
100 connectable=False,
/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/
Dgap.py132 connectable=True,
292 connectable=True,
334 connectable=True,
350 connectable=True,
426 connectable=True,
445 connectable=True,
463 connectable=True,
478 connectable=True,
713 connectable=True,
830 connectable=False,
[all …]
Dsm.py105 connectable=True,
/packages/modules/Bluetooth/floss/pandora/floss/
Dqa_client.py36 def on_fetch_connectable_completed(self, connectable): argument
144 def OnFetchConnectableComplete(self, connectable): argument
151 observer.on_fetch_connectable_completed(connectable)
236 def on_fetch_connectable_completed(self, connectable): argument
242 logging.debug('on_fetch_connectable_completed: connectable: %s', connectable)
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DAdvertisingSetParameters.java149 boolean connectable, in AdvertisingSetParameters() argument
164 mConnectable = connectable; in AdvertisingSetParameters()
399 public Builder setConnectable(boolean connectable) { in setConnectable() argument
400 mConnectable = connectable; in setConnectable()
DAdvertiseSettings.java236 public Builder setConnectable(boolean connectable) { in setConnectable() argument
237 mConnectable = connectable; in setConnectable()
/packages/modules/Bluetooth/android/pandora/test/
Dgatt_test.py65 advertise = self.ref.host.Advertise(legacy=True, connectable=True)
78 connectable=True,
99 connectable=True,
248 connectable=True,
299 advertise = self.ref.host.Advertise(legacy=True, connectable=True)
Daics_test.py55 advertise = self.ref.host.Advertise(legacy=True, connectable=True)
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_qa.rs50 fn on_fetch_connectable_completed(&mut self, connectable: bool); in on_fetch_connectable_completed()
76 pub fn on_fetch_connectable_completed(&mut self, connectable: bool) { in on_fetch_connectable_completed()
78 cb.on_fetch_connectable_completed(connectable); in on_fetch_connectable_completed()
Dlib.rs538 let connectable = bluetooth.lock().unwrap().get_connectable_internal(); in dispatch() localVariable
539 bluetooth_qa.lock().unwrap().on_fetch_connectable_completed(connectable); in dispatch()
/packages/modules/Bluetooth/tools/rootcanal/test/LL/DDI/ADV/
DBV_47_C.py29 return hci.AdvertisingEventProperties(connectable=(properties & 0x1) != 0,
196connectable=int(advertising_event_properties.connectable),
DBV_22_C.py31 connectable=1,
DBV_21_C.py31 connectable=0,
/packages/modules/Bluetooth/system/gd/hci/
Dle_advertising_manager.cc81 bool connectable = false; member
500 if (!check_advertising_data(config.advertisement, config.connectable && config.discoverable) || in create_advertiser_with_id()
518 if (com::android::bluetooth::flags::nrpa_non_connectable_adv() && !config.connectable) { in create_advertiser_with_id()
611 config.connectable && config.discoverable) || in create_extended_advertiser_with_id()
629 if (com::android::bluetooth::flags::nrpa_non_connectable_adv() && !config.connectable) { in create_extended_advertiser_with_id()
822 if (advertising_sets_[advertiser_id].connectable) { in set_advertising_set_random_address_on_timer()
835 if (advertising_sets_[advertiser_id].connectable && !paused) { in set_advertising_set_random_address_on_timer()
903 advertising_sets_[advertiser_id].connectable = config.connectable; in set_parameters()
950 if (config.connectable && config.directed) { in set_parameters()
957 if (config.scannable && !config.connectable) { in set_parameters()
[all …]
Dle_advertising_manager.h59 bool connectable = false; variable
/packages/modules/Bluetooth/android/pandora/test/pairing/
Dsmp_test.py95 connectable=True,
181 connectable=True,
218 connectable=True,
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DPandoraDevice.java146 OwnAddressType ownAddressType, UUID serviceUuid, boolean legacy, boolean connectable) { in advertise() argument
150 .setConnectable(connectable) in advertise()
/packages/modules/Bluetooth/flags/
Dle_advertising.aconfig7 description: "Use NRPA for non-connectable advertising with public address policy."
/packages/modules/Bluetooth/tools/rootcanal/packets/
Dlink_layer_packets.pdl143 ADV_NONCONN_IND = 3, // Non connectable undirected
168 connectable: 1,
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_qa.rs81 fn on_fetch_connectable_completed(&mut self, connectable: bool) { in on_fetch_connectable_completed()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dbt_adv.rs32 connectable: false, in new()
/packages/modules/Bluetooth/floss/pandora/server/
Dhost.py332 'connectable': request.connectable,
402 if request.connectable:
424 if not request.connectable:
/packages/modules/Bluetooth/android/pandora/server/src/
DHost.kt566 .setConnectable(request.connectable) in advertise()
569 .setScannable(request.legacy && request.connectable) in advertise()
581 if (request.connectable) { in advertise()

12