Home
last modified time | relevance | path

Searched refs:LinkTypeToString (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sco/
H A Dsco_connection_manager.cc244 hci_spec::LinkTypeToString(params.link_type().Read()), in OnConnectionRequest()
263 hci_spec::LinkTypeToString(params.link_type().Read())); in OnConnectionRequest()
275 hci_spec::LinkTypeToString(params.link_type().Read()), in OnConnectionRequest()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/transport/
H A Dlink_type.h34 std::string LinkTypeToString(LinkType type);
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/transport/
H A Dlink_type.cc21 std::string LinkTypeToString(LinkType type) { in LinkTypeToString() function
H A Dacl_data_channel.cc627 hci_spec::LinkTypeToString(params.ll_type().Read())); in DataBufferOverflowCallback()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci-spec/
H A Dutil.h32 const char* LinkTypeToString(pw::bluetooth::emboss::LinkType link_type);
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/hci-spec/
H A Dutil.cc137 const char* LinkTypeToString(pw::bluetooth::emboss::LinkType link_type) { in LinkTypeToString() function
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dbredr_connection_manager.cc1032 hci_spec::LinkTypeToString(params.link_type().Read()), in OnConnectionRequest()
1063 hci_spec::LinkTypeToString(link_type), in OnConnectionRequest()
1823 hci_spec::LinkTypeToString(link_type), in HandleNonAclConnectionRequest()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
H A Dlogical_link.cc813 node.CreateString(kInspectLinkTypePropertyName, LinkTypeToString(type_)); in AttachInspect()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/
H A Dfake_controller.cc482 hci_spec::LinkTypeToString(link_type)); in SendConnectionRequest()