Home
last modified time | relevance | path

Searched refs:CONNECTION_COMPLETE (Results 1 – 15 of 15) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/
Dle_acl_connection_interface.h26 SubeventCode::CONNECTION_COMPLETE,
Dacl_connection_interface.h28 EventCode::CONNECTION_COMPLETE,
Dhci_layer_test.cc144 …EventCode::CONNECTION_COMPLETE, GetHandler()->BindOn(this, &DependsOnHci::handle_event<EventView>)… in Start()
146 …SubeventCode::CONNECTION_COMPLETE, GetHandler()->BindOn(this, &DependsOnHci::handle_event<LeMetaEv… in Start()
Dhci_metrics_logging.cc583 case EventCode::CONNECTION_COMPLETE: { in log_link_layer_connection_other_hci_event()
661 …eEvt != SubeventCode::ENHANCED_CONNECTION_COMPLETE && leEvt != SubeventCode::CONNECTION_COMPLETE) { in log_link_layer_connection_event_le_meta()
675 if (leEvt == SubeventCode::CONNECTION_COMPLETE) { in log_link_layer_connection_event_le_meta()
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dcaptures.py79 return Capture(HciMatchers.EventWithCode(hci.EventCode.CONNECTION_COMPLETE),
Dmatchers.py144 … event = HciMatchers._extract_matching_le_event(packet_bytes, hci.SubeventCode.CONNECTION_COMPLETE)
Dpy_hci.py146 … hci.EventCode.CONNECTION_COMPLETE, hci.EventCode.CONNECTION_PACKET_TYPE_CHANGED)
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_impl_test.cc1291 enum class ConnectionCompleteType { CONNECTION_COMPLETE, ENHANCED_CONNECTION_COMPLETE }; enumerator
1323 case ConnectionCompleteType::CONNECTION_COMPLETE: { in TEST_P()
1373 ConnectionCompleteType::CONNECTION_COMPLETE,
Dle_impl.h159 case SubeventCode::CONNECTION_COMPLETE: in on_le_event()
348 if (packet.GetSubeventCode() == SubeventCode::CONNECTION_COMPLETE) { in on_le_connection_complete()
Dclassic_impl.h87 case EventCode::CONNECTION_COMPLETE: in on_classic_event()
/packages/modules/Bluetooth/system/blueberry/tests/gd/hci/
Ddirect_hci_test.py168 self.dut_hci.register_for_le_events(hci.SubeventCode.CONNECTION_COMPLETE,
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dle_advertiser.cc1666 if (IsLeEventUnmasked(SubeventCode::CONNECTION_COMPLETE)) { in LeAdvertising()
1747 IsLeEventUnmasked(SubeventCode::CONNECTION_COMPLETE)) { in LeAdvertising()
Dlink_layer_controller.cc1700 } else if (IsLeEventUnmasked(SubeventCode::CONNECTION_COMPLETE)) { in LeCreateConnectionCancel()
4295 } else if (IsLeEventUnmasked(SubeventCode::CONNECTION_COMPLETE)) { in HandleLeConnection()
5169 if (IsEventUnmasked(EventCode::CONNECTION_COMPLETE)) { in IncomingPageRejectPacket()
5218 if (IsEventUnmasked(EventCode::CONNECTION_COMPLETE)) { in IncomingPageResponsePacket()
5342 if (IsEventUnmasked(EventCode::CONNECTION_COMPLETE)) { in AcceptConnectionRequest()
5389 if (IsEventUnmasked(EventCode::CONNECTION_COMPLETE)) { in MakePeripheralConnection()
5432 if (IsEventUnmasked(EventCode::CONNECTION_COMPLETE)) { in RejectPeripheralConnection()
5485 if (IsEventUnmasked(EventCode::CONNECTION_COMPLETE)) { in CreateConnectionCancel()
/packages/modules/Bluetooth/tools/rootcanal/packets/
Dhci_packets.pdl702 CONNECTION_COMPLETE = 0x03,
757 CONNECTION_COMPLETE = 0x01,
4716 packet ConnectionComplete : Event (event_code = CONNECTION_COMPLETE) {
5130 packet LeConnectionComplete : LeMetaEvent (subevent_code = CONNECTION_COMPLETE) {
/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl814 CONNECTION_COMPLETE = 0x03,
877 CONNECTION_COMPLETE = 0x01,
5885 packet ConnectionComplete : Event (event_code = CONNECTION_COMPLETE) {
6316 packet LeConnectionComplete : LeMetaEvent (subevent_code = CONNECTION_COMPLETE) {