Home
last modified time | relevance | path

Searched refs:le (Results 1 – 25 of 95) sorted by relevance

1234

/system/bt/gd/l2cap/
DAndroid.bp37 "le/dynamic_channel.cc",
38 "le/dynamic_channel_manager.cc",
39 "le/dynamic_channel_service.cc",
40 "le/fixed_channel.cc",
41 "le/fixed_channel_manager.cc",
42 "le/fixed_channel_service.cc",
43 "le/link_options.cc",
44 "le/internal/dynamic_channel_service_manager_impl.cc",
45 "le/internal/fixed_channel_impl.cc",
46 "le/internal/fixed_channel_service_manager_impl.cc",
[all …]
DBUILD.gn42 "le/dynamic_channel.cc",
43 "le/dynamic_channel_manager.cc",
44 "le/dynamic_channel_service.cc",
45 "le/fixed_channel.cc",
46 "le/fixed_channel_manager.cc",
47 "le/fixed_channel_service.cc",
48 "le/internal/dynamic_channel_service_manager_impl.cc",
49 "le/internal/fixed_channel_impl.cc",
50 "le/internal/fixed_channel_service_manager_impl.cc",
51 "le/internal/link.cc",
[all …]
/system/bt/gd/att/
Datt_module.cc36 l2cap::le::FixedChannelManager::RegistrationResult result, in OnAttRegistrationCompleteLe()
37 std::unique_ptr<l2cap::le::FixedChannelService> le_smp_service) { in OnAttRegistrationCompleteLe()
41 void OnAttConnectionOpenLe(std::unique_ptr<l2cap::le::FixedChannel> channel) { in OnAttConnectionOpenLe()
49 l2cap::le::L2capLeModule* l2cap_le_module, in impl()
53 std::unique_ptr<bluetooth::l2cap::le::FixedChannelManager> l2cap_manager_le_( in impl()
66 l2cap::le::L2capLeModule* l2cap_le_module_;
71 list->add<l2cap::le::L2capLeModule>(); in ListDependencies()
77 …GetHandler(), GetDependency<l2cap::le::L2capLeModule>(), GetDependency<l2cap::classic::L2capClassi… in Start()
/system/bt/main/shim/
Dacl_legacy_interface.cc38 .connection.le.on_connected = in GetAclInterface()
40 .connection.le.on_failed = acl_ble_connection_fail, in GetAclInterface()
41 .connection.le.on_disconnected = btm_acl_disconnected, in GetAclInterface()
76 .link.le.on_connection_update = acl_ble_update_event_received, in GetAclInterface()
77 .link.le.on_data_length_change = nullptr, in GetAclInterface()
78 .link.le.on_read_remote_version_information_complete = in GetAclInterface()
Dl2c_api.cc551 : public bluetooth::l2cap::le::LinkPropertyListener {
612 : public bluetooth::l2cap::le::SecurityEnforcementInterface {
629 bluetooth::l2cap::le::SecurityPolicy policy, in Enforce()
633 case bluetooth::l2cap::le::SecurityPolicy:: in Enforce()
637 case bluetooth::l2cap::le::SecurityPolicy::ENCRYPTED_TRANSPORT: in Enforce()
640 case bluetooth::l2cap::le::SecurityPolicy::BEST: in Enforce()
641 case bluetooth::l2cap::le::SecurityPolicy:: in Enforce()
864 le::FixedChannelManager::RegistrationResult result, in on_registration_complete()
865 std::unique_ptr<le::FixedChannelService> service) { in on_registration_complete()
866 if (result != le::FixedChannelManager::RegistrationResult::SUCCESS) { in on_registration_complete()
[all …]
Dentry.h61 namespace le {
87 l2cap::le::L2capLeModule* GetL2capLeModule();
/system/vold/
DCheckpoint.cpp554 log_entry* le, std::vector<char>& buffer) { in restoreSector() argument
556 uint32_t index = le - ((log_entry*)&ls_buffer[ls.header_size]); in restoreSector()
557 int count = (le->size - 1) / kSectorSize + 1; in restoreSector()
559 if (checkCollision(used_sectors, le->source, le->source + count)) { in restoreSector()
570 markUsed(used_sectors, le->dest, le->dest + count); in restoreSector()
579 lseek64(device_fd, le->source * kSectorSize, SEEK_SET); in restoreSector()
580 write(device_fd, &buffer[0], le->size); in restoreSector()
661 for (log_entry* le = in cp_restoreCheckpoint() local
663 le >= reinterpret_cast<log_entry*>(&ls_buffer[ls.header_size]); --le) { in cp_restoreCheckpoint()
665 LOG(VERBOSE) << action << " " << le->size << " bytes from sector " << le->dest in cp_restoreCheckpoint()
[all …]
/system/bt/gd/security/
Dl2cap_security_module_interface.cc35 void L2capSecurityModuleInterface::Enforce(hci::AddressWithType remote, l2cap::le::SecurityPolicy p… in Enforce()
36 … l2cap::le::SecurityEnforcementInterface::ResultCallback result_callback) { in Enforce()
39 std::forward<hci::AddressWithType>(remote), std::forward<l2cap::le::SecurityPolicy>(policy), in Enforce()
40 std::forward<l2cap::le::SecurityEnforcementInterface::ResultCallback>(result_callback))); in Enforce()
Dl2cap_security_module_interface.h26 public l2cap::le::SecurityEnforcementInterface {
31 void Enforce(hci::AddressWithType remote, l2cap::le::SecurityPolicy policy,
32 l2cap::le::SecurityEnforcementInterface::ResultCallback result_callback) override;
Dsecurity_module.cc43 l2cap::le::L2capLeModule* l2cap_le_module, in impl()
68 l2cap::le::L2capLeModule* l2cap_le_module_;
94 list->add<l2cap::le::L2capLeModule>(); in ListDependencies()
106 GetDependency<l2cap::le::L2capLeModule>(), in Start()
/system/bt/gd/security/internal/
Dsecurity_manager_impl.h50 std::unique_ptr<l2cap::le::FixedChannel> channel_;
58 l2cap::le::L2capLeModule* l2cap_le_module,
204 void EnforceLeSecurityPolicy(hci::AddressWithType remote, l2cap::le::SecurityPolicy policy,
205 … l2cap::le::SecurityEnforcementInterface::ResultCallback result_callback);
227 void OnL2capRegistrationCompleteLe(l2cap::le::FixedChannelManager::RegistrationResult result,
228 … std::unique_ptr<l2cap::le::FixedChannelService> le_smp_service);
230 void OnConnectionOpenLe(std::unique_ptr<l2cap::le::FixedChannel> channel);
232 void OnConnectionFailureLe(bluetooth::l2cap::le::FixedChannelManager::ConnectionResult result);
248 l2cap::le::L2capLeModule* l2cap_le_module_ __attribute__((unused));
249 std::unique_ptr<l2cap::le::FixedChannelManager> l2cap_manager_le_;
Dsecurity_manager_impl.cc452 l2cap::le::FixedChannelManager::RegistrationResult result, in OnL2capRegistrationCompleteLe()
453 std::unique_ptr<l2cap::le::FixedChannelService> le_smp_service) { in OnL2capRegistrationCompleteLe()
454 ASSERT_LOG(result == bluetooth::l2cap::le::FixedChannelManager::RegistrationResult::SUCCESS, in OnL2capRegistrationCompleteLe()
484 std::unique_ptr<l2cap::le::FixedChannel>& channel = stored_chan->channel_; in OnSmpCommandLe()
567 void SecurityManagerImpl::OnConnectionOpenLe(std::unique_ptr<l2cap::le::FixedChannel> channel_param… in OnConnectionOpenLe()
653 void SecurityManagerImpl::OnConnectionFailureLe(bluetooth::l2cap::le::FixedChannelManager::Connecti… in OnConnectionFailureLe()
655 … bluetooth::l2cap::le::FixedChannelManager::ConnectionResultCode::FAIL_ALL_SERVICES_HAVE_CHANNEL) { in OnConnectionFailureLe()
665 l2cap::le::L2capLeModule* l2cap_le_module, in SecurityManagerImpl()
865 hci::AddressWithType remote, l2cap::le::SecurityPolicy policy, in EnforceLeSecurityPolicy()
866 l2cap::le::SecurityEnforcementInterface::ResultCallback result_callback) { in EnforceLeSecurityPolicy()
[all …]
/system/bt/binder/android/bluetooth/le/
DIScannerCallback.aidl16 package android.bluetooth.le;
18 import android.bluetooth.le.ScanResult;
DIPeriodicAdvertisingCallback.aidl16 package android.bluetooth.le;
19 import android.bluetooth.le.PeriodicAdvertisingReport;
DScanResult.aidl17 package android.bluetooth.le;
DPeriodicAdvertisingParameters.aidl17 package android.bluetooth.le;
DAdvertisingSetParameters.aidl17 package android.bluetooth.le;
DAdvertiseSettings.aidl17 package android.bluetooth.le;
DResultStorageDescriptor.aidl17 package android.bluetooth.le;
DScanSettings.aidl17 package android.bluetooth.le;
DScanFilter.aidl17 package android.bluetooth.le;
DPeriodicAdvertisingReport.aidl17 package android.bluetooth.le;
DAdvertiseData.aidl17 package android.bluetooth.le;
/system/bt/binder/android/bluetooth/
DIBluetoothGatt.aidl22 import android.bluetooth.le.AdvertiseSettings;
23 import android.bluetooth.le.AdvertiseData;
24 import android.bluetooth.le.AdvertisingSetParameters;
25 import android.bluetooth.le.PeriodicAdvertisingParameters;
26 import android.bluetooth.le.ScanFilter;
27 import android.bluetooth.le.ScanResult;
28 import android.bluetooth.le.ScanSettings;
29 import android.bluetooth.le.ResultStorageDescriptor;
36 import android.bluetooth.le.IAdvertisingSetCallback;
37 import android.bluetooth.le.IPeriodicAdvertisingCallback;
[all …]
/system/bt/binder/
DAndroid.bp50 "android/bluetooth/le/IAdvertisingSetCallback.aidl",
51 "android/bluetooth/le/IPeriodicAdvertisingCallback.aidl",
52 "android/bluetooth/le/IScannerCallback.aidl"
128 "android/bluetooth/le/IAdvertisingSetCallback.aidl",
129 "android/bluetooth/le/IPeriodicAdvertisingCallback.aidl",
130 "android/bluetooth/le/IScannerCallback.aidl",

1234