Searched refs:LinkOptions (Results 1 – 11 of 11) sorted by relevance
/aosp12/system/bt/gd/l2cap/le/ |
H A D | link_options.cc | 28 LinkOptions::LinkOptions(hci::acl_manager::LeAclConnection* acl_connection, internal::Link* link, in LinkOptions() function in bluetooth::l2cap::le::LinkOptions 32 hci::Role LinkOptions::GetRole() const { in GetRole() 36 uint16_t LinkOptions::GetHandle() const { in GetHandle() 40 hci::AddressWithType LinkOptions::GetLocalAddress() const { in GetLocalAddress() 44 bool LinkOptions::UpdateConnectionParameter(uint16_t conn_interval_min, uint16_t conn_interval_max, in UpdateConnectionParameter() 61 bool LinkOptions::SetPhy(uint8_t all_phys, uint8_t tx_phys, uint8_t rx_phys, uint16_t phy_options) { in SetPhy()
|
H A D | link_options.h | 38 class LinkOptions { 76 …LinkOptions(hci::acl_manager::LeAclConnection* acl_connection, internal::Link* link, os::Handler* …
|
H A D | dynamic_channel.cc | 23 LinkOptions* DynamicChannel::GetLinkOptions() { in GetLinkOptions()
|
H A D | dynamic_channel.h | 44 LinkOptions* GetLinkOptions();
|
H A D | fixed_channel.cc | 47 LinkOptions* FixedChannel::GetLinkOptions() { in GetLinkOptions()
|
H A D | fixed_channel.h | 89 LinkOptions* GetLinkOptions();
|
/aosp12/system/bt/gd/l2cap/le/internal/ |
H A D | link.h | 146 LinkOptions* GetLinkOptions() { in GetLinkOptions() 165 LinkOptions link_options_{acl_connection_.get(), this, l2cap_handler_};
|
H A D | fixed_channel_impl.h | 78 LinkOptions* GetLinkOptions();
|
H A D | fixed_channel_impl.cc | 113 LinkOptions* FixedChannelImpl::GetLinkOptions() { in GetLinkOptions()
|
/aosp12/frameworks/base/tools/aapt2/cmd/ |
H A D | Link.h | 38 struct LinkOptions { struct 320 LinkOptions options_;
|
H A D | Link.cpp | 758 Linker(LinkContext* context, const LinkOptions& options) in Linker() 2209 LinkOptions options_;
|