Home
last modified time | relevance | path

Searched defs:acl_connection_handle (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/rust/src/llcp/
Diso.rs103 acl_connection_handle: u16, field
236 pub acl_connection_handle: Option<u16>, field
954 let acl_connection_handle = cis.acl_connection_handle.unwrap(); in hci_le_accept_cis_request() localVariable
1013 let acl_connection_handle = cis.acl_connection_handle.unwrap(); in hci_le_reject_cis_request() localVariable
Dmanager.rs23 acl_connection_handle: u16, field
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hal/
Dsocket_hal.h89 uint16_t acl_connection_handle; member
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/
H A Dtest_packets.cc441 hci_spec::ConnectionHandle acl_connection_handle, in LECisRequestEventPacket()
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.cc3871 uint16_t acl_connection_handle = connections_.GetHandleOnlyAddress(address); in IncomingLlcpPacket() local
3949 uint16_t acl_connection_handle = kReservedHandle; in HandleIso() local
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h1620 CreateCisConfig(uint16_t cis_connection_handle, uint16_t acl_connection_handle) in CreateCisConfig()
47696 …= default;static std::unique_ptr<LeCisRequestBuilder> Create(uint16_t acl_connection_handle, uint1… in Create()
47717 explicit LeCisRequestBuilder(uint16_t acl_connection_handle, uint16_t cis_connection_handle, uint8_… in Create()
47719 void CheckParameterValues(uint16_t acl_connection_handle, uint16_t cis_connection_handle) {ASSERT(a… in Create()