Home
last modified time | relevance | path

Searched defs:connection_handle (Results 1 – 25 of 60) sorted by relevance

123

/external/pigweed/pw_bluetooth_sapphire/host/transport/
Dsco_data_packet.cc35 hci_spec::ConnectionHandle connection_handle, uint8_t payload_size) { in New()
41 hci_spec::ConnectionHandle ScoDataPacket::connection_handle() const { in connection_handle() function in bt::hci::ScoDataPacket
63 void ScoDataPacket::WriteHeader(hci_spec::ConnectionHandle connection_handle) { in WriteHeader()
Dacl_data_packet.cc65 hci_spec::ConnectionHandle connection_handle, in New()
77 hci_spec::ConnectionHandle ACLDataPacket::connection_handle() const { in connection_handle() function in bt::hci::ACLDataPacket
111 hci_spec::ConnectionHandle connection_handle, in WriteHeader()
/external/pigweed/pw_bluetooth_proxy/
Dproxy_host.cc336 uint16_t connection_handle, in AcquireL2capCoc()
363 pw::Status ProxyHost::SendAdditionalRxCredits(uint16_t connection_handle, in SendAdditionalRxCredits()
376 uint16_t connection_handle, in AcquireBasicL2capChannel()
403 int16_t connection_handle, in AcquireGattNotifyChannel()
417 StatusWithMultiBuf ProxyHost::SendGattNotify(uint16_t connection_handle, in SendGattNotify()
429 pw::Status ProxyHost::SendGattNotify(uint16_t connection_handle, in SendGattNotify()
443 uint16_t connection_handle, in AcquireRfcommChannel()
Dl2cap_channel_manager.cc166 uint16_t connection_handle, uint16_t local_cid) PW_NO_LOCK_SAFETY_ANALYSIS { in FindChannelByLocalCid()
178 L2capChannelManager::FindChannelByRemoteCid(uint16_t connection_handle, in FindChannelByRemoteCid()
192 uint16_t connection_handle, uint16_t local_cid) PW_NO_LOCK_SAFETY_ANALYSIS { in FindChannelByLocalCidLocked()
205 uint16_t connection_handle, in FindChannelByRemoteCidLocked()
241 uint16_t connection_handle) { in HandleAclDisconnectionComplete()
Dgatt_notify_channel.cc81 uint16_t connection_handle, in Create()
100 uint16_t connection_handle, in GattNotifyChannel()
Dl2cap_status_tracker.cc45 uint16_t connection_handle) { in HandleAclDisconnectionComplete()
90 uint16_t connection_handle) { in DeliverPendingAclDisconnectionComplete()
Dbasic_l2cap_channel.cc29 uint16_t connection_handle, in Create()
101 uint16_t connection_handle, in BasicL2capChannel()
Dacl_data_channel.cc31 uint16_t connection_handle, in AclConnection()
311 uint16_t connection_handle, emboss::StatusCode status) { in HandleLeConnectionCompleteEvent()
483 Status AclDataChannel::CreateAclConnection(uint16_t connection_handle, in CreateAclConnection()
509 uint16_t connection_handle, uint16_t local_cid) { in FindSignalingChannel()
524 uint16_t connection_handle) { in FindAclConnection()
Dl2cap_leu_signaling_channel.cc23 L2capChannelManager& l2cap_channel_manager, uint16_t connection_handle) in L2capLeUSignalingChannel()
Dl2cap_aclu_signaling_channel.cc25 L2capChannelManager& l2cap_channel_manager, uint16_t connection_handle) in L2capAclUSignalingChannel()
Drfcomm_channel.cc171 uint16_t connection_handle, in Create()
314 uint16_t connection_handle, in RfcommChannel()
Dl2cap_coc.cc83 uint16_t connection_handle, in Create()
306 uint16_t connection_handle, in L2capCoc()
/external/grpc-grpc/test/core/iomgr/
Dtcp_client_posix_test.cc124 int64_t connection_handle = grpc_tcp_client_connect( in test_succeeds() local
178 int64_t connection_handle = grpc_tcp_client_connect( in test_fails() local
303 int64_t connection_handle = grpc_tcp_client_connect( in test_connect_cancellation_succeeds() local
/external/pigweed/pw_bluetooth_proxy/public/pw_bluetooth_proxy/internal/
Dgatt_notify_channel_internal.h26 uint16_t connection_handle, in Create()
Dl2cap_status_tracker.h32 uint16_t connection_handle; member
Dl2cap_coc_internal.h29 uint16_t connection_handle, in Create()
/external/pigweed/pw_bluetooth/public/pw_bluetooth/
Dvendor.h34 uint16_t connection_handle; member
/external/grpc-grpc/src/core/lib/iomgr/
Dtcp_client.cc34 bool grpc_tcp_client_cancel_connect(int64_t connection_handle) { in grpc_tcp_client_cancel_connect()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtcp_client.cc34 bool grpc_tcp_client_cancel_connect(int64_t connection_handle) { in grpc_tcp_client_cancel_connect()
/external/pigweed/pw_bluetooth_sapphire/host/l2cap/public/pw_bluetooth_sapphire/internal/host/l2cap/
Dpdu.h71 hci_spec::ConnectionHandle connection_handle() const { in connection_handle() function
/external/pigweed/pw_bluetooth_proxy/public/pw_bluetooth_proxy/
Dl2cap_status_delegate.h32 uint16_t connection_handle; member
/external/perfetto/protos/perfetto/trace/android/
Dbluetooth_trace.proto61 optional uint32 connection_handle = 8; field
/external/grpc-grpc/src/core/lib/iomgr/event_engine_shims/
Dtcp_client.cc85 bool event_engine_tcp_client_cancel_connect(int64_t connection_handle) { in event_engine_tcp_client_cancel_connect()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/event_engine_shims/
Dtcp_client.cc84 bool event_engine_tcp_client_cancel_connect(int64_t connection_handle) { in event_engine_tcp_client_cancel_connect()
/external/pigweed/pw_bluetooth_sapphire/host/testing/
Dtest_packets.cc393 hci_spec::ConnectionHandle connection_handle, in IsoDataPacket()
444 hci_spec::ConnectionHandle connection_handle, in IsoDataFragments()
579 hci_spec::ConnectionHandle connection_handle, in LECisEstablishedEventPacket()
622 hci_spec::ConnectionHandle connection_handle, in LESetupIsoDataPathPacket()
656 hci_spec::ConnectionHandle connection_handle) { in LESetupIsoDataPathResponse()
1304 hci_spec::ConnectionHandle connection_handle, in StartA2dpOffloadRequest()

123