Searched refs:Ble (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/sysprop/ |
D | ble.sysprop | 1 module: "android.sysprop.bluetooth.Ble"
|
/packages/modules/Bluetooth/system/main/shim/ |
D | acl_api.cc | 119 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/ |
D | bluetooth.rs | 442 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/ |
D | metrics_event.cc | 66 Ble, enumerator 249 case BtDeviceType::Ble: in ToPairingDeviceType()
|
/packages/modules/Bluetooth/system/gd/security/internal/ |
D | security_manager_impl.cc | 120 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/ |
D | btm_ble_sec.cc | 1233 bool allow_le_enc_with_bredr = GET_SYSPROP(Ble, allow_enc_with_bredr, false); in btm_ble_start_encrypt()
|
D | btm_ble_gap.cc | 200 return GET_SYSPROP(Ble, vnd_included, true); in ble_vnd_is_included()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/ |
D | btif.rs | 141 Ble, enumerator
|