Searched refs:CONNECTION_COMPLETE (Results 1 – 15 of 15) sorted by relevance
/packages/modules/Bluetooth/system/gd/hci/ |
D | le_acl_connection_interface.h | 26 SubeventCode::CONNECTION_COMPLETE,
|
D | acl_connection_interface.h | 28 EventCode::CONNECTION_COMPLETE,
|
D | hci_layer_test.cc | 144 …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()
|
D | hci_metrics_logging.cc | 583 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/ |
D | captures.py | 79 return Capture(HciMatchers.EventWithCode(hci.EventCode.CONNECTION_COMPLETE),
|
D | matchers.py | 144 … event = HciMatchers._extract_matching_le_event(packet_bytes, hci.SubeventCode.CONNECTION_COMPLETE)
|
D | py_hci.py | 146 … hci.EventCode.CONNECTION_COMPLETE, hci.EventCode.CONNECTION_PACKET_TYPE_CHANGED)
|
/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | le_impl_test.cc | 1291 enum class ConnectionCompleteType { CONNECTION_COMPLETE, ENHANCED_CONNECTION_COMPLETE }; enumerator 1323 case ConnectionCompleteType::CONNECTION_COMPLETE: { in TEST_P() 1373 ConnectionCompleteType::CONNECTION_COMPLETE,
|
D | le_impl.h | 159 case SubeventCode::CONNECTION_COMPLETE: in on_le_event() 348 if (packet.GetSubeventCode() == SubeventCode::CONNECTION_COMPLETE) { in on_le_connection_complete()
|
D | classic_impl.h | 87 case EventCode::CONNECTION_COMPLETE: in on_classic_event()
|
/packages/modules/Bluetooth/system/blueberry/tests/gd/hci/ |
D | direct_hci_test.py | 168 self.dut_hci.register_for_le_events(hci.SubeventCode.CONNECTION_COMPLETE,
|
/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | le_advertiser.cc | 1666 if (IsLeEventUnmasked(SubeventCode::CONNECTION_COMPLETE)) { in LeAdvertising() 1747 IsLeEventUnmasked(SubeventCode::CONNECTION_COMPLETE)) { in LeAdvertising()
|
D | link_layer_controller.cc | 1700 } 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/ |
D | hci_packets.pdl | 702 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/ |
D | hci_packets.pdl | 814 CONNECTION_COMPLETE = 0x03, 877 CONNECTION_COMPLETE = 0x01, 5885 packet ConnectionComplete : Event (event_code = CONNECTION_COMPLETE) { 6316 packet LeConnectionComplete : LeMetaEvent (subevent_code = CONNECTION_COMPLETE) {
|