Home
last modified time | relevance | path

Searched refs:ChangeConnectionPacketType (Results 1 – 16 of 16) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_legacy_hci_interface.h27 MOCK_METHOD(void, ChangeConnectionPacketType,
/packages/modules/Bluetooth/system/stack/test/btm/
Dstack_btm_test.cc207 EXPECT_CALL(legacy_hci_mock_, ChangeConnectionPacketType( in TEST_F()
209 EXPECT_CALL(legacy_hci_mock_, ChangeConnectionPacketType( in TEST_F()
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_acl_connection.h46 virtual bool ChangeConnectionPacketType(uint16_t packet_type);
Dclassic_acl_connection.cc384 bool ClassicAclConnection::ChangeConnectionPacketType(uint16_t packet_type) { in ChangeConnectionPacketType() function in bluetooth::hci::acl_manager::ClassicAclConnection
/packages/modules/Bluetooth/system/stack/test/common/
Dmock_hcic_layer.cc114 virtual void ChangeConnectionPacketType( in ChangeConnectionPacketType() function in bluetooth::legacy::hci::MockInterface
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.h143 void ChangeConnectionPacketType(CommandView command);
Dlink_layer_controller.h296 ErrorCode ChangeConnectionPacketType(uint16_t handle, uint16_t types);
Ddual_mode_controller.cc1017 void DualModeController::ChangeConnectionPacketType(CommandView command) { in ChangeConnectionPacketType() function in rootcanal::DualModeController
1030 link_layer_controller_.ChangeConnectionPacketType(handle, packet_type); in ChangeConnectionPacketType()
4167 &DualModeController::ChangeConnectionPacketType},
Dlink_layer_controller.cc5567 ErrorCode LinkLayerController::ChangeConnectionPacketType(uint16_t handle, in ChangeConnectionPacketType() function in rootcanal::LinkLayerController
/packages/modules/Bluetooth/system/stack/include/
Dhcimsgs.h47 virtual void ChangeConnectionPacketType(uint16_t handle,
/packages/modules/Bluetooth/system/gd/hci/facade/
Dacl_manager_facade.cc155 connection->second.connection_->ChangeConnectionPacketType(view.GetPacketType()); in ConnectionCommand()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco.cc1542 GetInterface().ChangeConnectionPacketType( in BTM_ChangeEScoLinkParms()
/packages/modules/Bluetooth/system/stack/hcic/
Dhcicmds.cc1636 void ChangeConnectionPacketType(uint16_t handle, in ChangeConnectionPacketType() function in bluetooth::legacy::hci::InterfaceImpl
/packages/modules/Bluetooth/system/stack/acl/
Dbtm_acl.cc1481 GetInterface().ChangeConnectionPacketType(link.Handle(), link.pkt_types_mask); in change_connection_packet_types()
/packages/modules/Bluetooth/tools/rootcanal/packets/
Dhci_packets.pdl1097 packet ChangeConnectionPacketType : Command (op_code = CHANGE_CONNECTION_PACKET_TYPE) {
/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl1235 packet ChangeConnectionPacketType : ConnectionManagementCommand (op_code = CHANGE_CONNECTION_PACKET…