Home
last modified time | relevance | path

Searched refs:Ble (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/sysprop/
Dble.sysprop1 module: "android.sysprop.bluetooth.Ble"
/packages/modules/Bluetooth/system/main/shim/
Dacl_api.cc119 GET_SYSPROP(Ble, random_address_rotation_interval_min, 7)); in ACL_ConfigureLePrivacy()
121 GET_SYSPROP(Ble, random_address_rotation_interval_max, 15)); in ACL_ConfigureLePrivacy()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs442 BtDeviceType::Ble => BtTransport::Le, in get_default_transport()
705 Some(*transport != BtDeviceType::Ble) in update_connectable_mode()
2068 BtDeviceType::Ble => BtTransport::Le, in acl_state()
2394 BtTransport::Le => BtDeviceType::Ble, in create_bond()
2677 BtDeviceType::Ble => BtTransport::Le, in fetch_remote_uuids()
2801 BtDeviceType::Ble => BtTransport::Le, in connect_all_enabled_profiles()
3079 BtDeviceType::Ble => Profile::Hogp, in connection_state()
/packages/modules/Bluetooth/system/gd/metrics/chromeos/
Dmetrics_event.cc66 Ble, enumerator
249 case BtDeviceType::Ble: in ToPairingDeviceType()
/packages/modules/Bluetooth/system/gd/security/internal/
Dsecurity_manager_impl.cc120 GET_SYSPROP(Ble, random_address_rotation_interval_min, 7)); in Init()
122 GET_SYSPROP(Ble, random_address_rotation_interval_max, 15)); in Init()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_sec.cc1233 bool allow_le_enc_with_bredr = GET_SYSPROP(Ble, allow_enc_with_bredr, false); in btm_ble_start_encrypt()
Dbtm_ble_gap.cc200 return GET_SYSPROP(Ble, vnd_included, true); in ble_vnd_is_included()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs141 Ble, enumerator