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.py131 connectable=True,
291 connectable=True,
333 connectable=True,
349 connectable=True,
425 connectable=True,
444 connectable=True,
462 connectable=True,
477 connectable=True,
712 connectable=True,
829 connectable=False,
[all …]
Dsm.py106 connectable=True,
/packages/modules/Bluetooth/floss/pandora/floss/
Dqa_client.py36 def on_fetch_connectable_completed(self, connectable): argument
136 def OnFetchConnectableComplete(self, connectable): argument
143 observer.on_fetch_connectable_completed(connectable)
219 def on_fetch_connectable_completed(self, connectable): argument
225 logging.debug('on_fetch_connectable_completed: connectable: %s', connectable)
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DAdvertisingSetParameters.java138 boolean connectable, in AdvertisingSetParameters() argument
149 mConnectable = connectable; in AdvertisingSetParameters()
316 public Builder setConnectable(boolean connectable) { in setConnectable() argument
317 mConnectable = connectable; in setConnectable()
DAdvertiseSettings.java236 public Builder setConnectable(boolean connectable) { in setConnectable() argument
237 mConnectable = connectable; in setConnectable()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_qa.rs47 fn on_fetch_connectable_completed(&mut self, connectable: bool); in on_fetch_connectable_completed()
72 pub fn on_fetch_connectable_completed(&mut self, connectable: bool) { in on_fetch_connectable_completed()
74 cb.on_fetch_connectable_completed(connectable); in on_fetch_connectable_completed()
Dlib.rs497 let connectable = bluetooth.lock().unwrap().get_connectable_internal(); in dispatch() localVariable
498 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,
195connectable=int(advertising_event_properties.connectable),
DBV_26_C.py186 connectable=False,
/packages/modules/Bluetooth/android/pandora/test/
Dgatt_test.py65 advertise = self.ref.host.Advertise(legacy=True, connectable=True)
78 connectable=True,
99 connectable=True,
250 connectable=True,
/packages/modules/Bluetooth/system/gd/hci/
Dle_advertising_manager.cc82 bool connectable = false; member
454 if (!check_advertising_data(config.advertisement, config.connectable && config.discoverable) || in create_advertiser_with_id()
471 if (com::android::bluetooth::flags::nrpa_non_connectable_adv() && !config.connectable) { in create_advertiser_with_id()
590 config.advertisement, config.connectable && config.discoverable) || in create_extended_advertiser_with_id()
607 if (com::android::bluetooth::flags::nrpa_non_connectable_adv() && !config.connectable) { in create_extended_advertiser_with_id()
755 if (advertising_sets_[advertiser_id].connectable) { in set_advertising_set_random_address_on_timer()
767 if (advertising_sets_[advertiser_id].connectable && !paused) { in set_advertising_set_random_address_on_timer()
801 advertising_sets_[advertiser_id].connectable = config.connectable; in set_parameters()
853 if (config.connectable && config.directed) { in set_parameters()
860 if (config.scannable && !config.connectable) { in set_parameters()
[all …]
Dle_advertising_manager.h60 bool connectable = false; variable
/packages/modules/Bluetooth/system/gd/hci/facade/
Dle_advertising_manager_facade.cc117 config->connectable = true; in AdvertisingConfigFromProto()
121 config->connectable = true; in AdvertisingConfigFromProto()
132 config->connectable = true; in AdvertisingConfigFromProto()
145 config->connectable = config_proto.connectable(); in ExtendedAdvertisingConfigFromProto()
/packages/modules/Bluetooth/android/pandora/test/pairing/
Dsmp_test.py95 connectable=True,
181 connectable=True,
218 connectable=True,
/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.rs75 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/system/blueberry/tests/gd_sl4a/hci/
Dle_advanced_scanning_test.py89 connectable=True,
146 connectable=True,
648 connectable=True,
/packages/modules/Bluetooth/system/blueberry/facade/hci/
Dle_advertising_manager_facade.proto75 bool connectable = 2; field
/packages/modules/Bluetooth/android/pandora/server/src/
DHost.kt556 .setConnectable(request.connectable) in advertise()
559 .setScannable(request.legacy && request.connectable) in advertise()
571 if (request.connectable) { in advertise()

12