/system/bt/gd/l2cap/ |
D | Android.bp | 37 "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 …]
|
D | BUILD.gn | 42 "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/ |
D | att_module.cc | 36 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/ |
D | acl_legacy_interface.cc | 38 .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()
|
D | l2c_api.cc | 551 : 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 …]
|
D | entry.h | 61 namespace le { 87 l2cap::le::L2capLeModule* GetL2capLeModule();
|
/system/vold/ |
D | Checkpoint.cpp | 554 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/ |
D | l2cap_security_module_interface.cc | 35 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()
|
D | l2cap_security_module_interface.h | 26 public l2cap::le::SecurityEnforcementInterface { 31 void Enforce(hci::AddressWithType remote, l2cap::le::SecurityPolicy policy, 32 l2cap::le::SecurityEnforcementInterface::ResultCallback result_callback) override;
|
D | security_module.cc | 43 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/ |
D | security_manager_impl.h | 50 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_;
|
D | security_manager_impl.cc | 452 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/ |
D | IScannerCallback.aidl | 16 package android.bluetooth.le; 18 import android.bluetooth.le.ScanResult;
|
D | IPeriodicAdvertisingCallback.aidl | 16 package android.bluetooth.le; 19 import android.bluetooth.le.PeriodicAdvertisingReport;
|
D | ScanResult.aidl | 17 package android.bluetooth.le;
|
D | PeriodicAdvertisingParameters.aidl | 17 package android.bluetooth.le;
|
D | AdvertisingSetParameters.aidl | 17 package android.bluetooth.le;
|
D | AdvertiseSettings.aidl | 17 package android.bluetooth.le;
|
D | ResultStorageDescriptor.aidl | 17 package android.bluetooth.le;
|
D | ScanSettings.aidl | 17 package android.bluetooth.le;
|
D | ScanFilter.aidl | 17 package android.bluetooth.le;
|
D | PeriodicAdvertisingReport.aidl | 17 package android.bluetooth.le;
|
D | AdvertiseData.aidl | 17 package android.bluetooth.le;
|
/system/bt/binder/android/bluetooth/ |
D | IBluetoothGatt.aidl | 22 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/ |
D | Android.bp | 50 "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",
|