Searched defs:acl_connection_handle (Results 1 – 6 of 6) sorted by relevance
103 acl_connection_handle: u16, field236 pub acl_connection_handle: Option<u16>, field954 let acl_connection_handle = cis.acl_connection_handle.unwrap(); in hci_le_accept_cis_request() localVariable1013 let acl_connection_handle = cis.acl_connection_handle.unwrap(); in hci_le_reject_cis_request() localVariable
23 acl_connection_handle: u16, field
89 uint16_t acl_connection_handle; member
441 hci_spec::ConnectionHandle acl_connection_handle, in LECisRequestEventPacket()
3871 uint16_t acl_connection_handle = connections_.GetHandleOnlyAddress(address); in IncomingLlcpPacket() local3949 uint16_t acl_connection_handle = kReservedHandle; in HandleIso() local
1620 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()