Home
last modified time | relevance | path

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

/system/bt/gd/hci/acl_manager/
Dclassic_acl_connection.h41 virtual bool ChangeConnectionPacketType(uint16_t packet_type);
Dclassic_acl_connection.cc370 bool ClassicAclConnection::ChangeConnectionPacketType(uint16_t packet_type) { in ChangeConnectionPacketType() function in bluetooth::hci::acl_manager::ClassicAclConnection
/system/bt/test/mock/
Dmock_hcic_hcicmds.cc319 .ChangeConnectionPacketType = btsnd_hcic_change_conn_type,
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Ddual_mode_controller.h143 void ChangeConnectionPacketType(CommandView args);
Dlink_layer_controller.h313 ErrorCode ChangeConnectionPacketType(uint16_t handle, uint16_t types);
Ddual_mode_controller.cc183 SET_SUPPORTED(CHANGE_CONNECTION_PACKET_TYPE, ChangeConnectionPacketType); in DualModeController()
892 void DualModeController::ChangeConnectionPacketType(CommandView command) { in ChangeConnectionPacketType() function in test_vendor_lib::DualModeController
902 link_layer_controller_.ChangeConnectionPacketType(handle, packet_type); in ChangeConnectionPacketType()
Dlink_layer_controller.cc2237 ErrorCode LinkLayerController::ChangeConnectionPacketType(uint16_t handle, in ChangeConnectionPacketType() function in test_vendor_lib::LinkLayerController
/system/bt/gd/hci/facade/
Dacl_manager_facade.cc140 connection->second.connection_->ChangeConnectionPacketType(view.GetPacketType()); in ConnectionCommand()
/system/bt/stack/include/
Dhcimsgs.h82 void (*ChangeConnectionPacketType)(uint16_t handle, uint16_t packet_types); member
/system/bt/stack/hcic/
Dhcicmds.cc1899 .ChangeConnectionPacketType = btsnd_hcic_change_conn_type, // OCF 0x040F,
/system/bt/stack/acl/
Dbtm_acl.cc1509 bluetooth::legacy::hci::GetInterface().ChangeConnectionPacketType( in change_connection_packet_types()
/system/bt/gd/hci/
Dhci_packets.pdl1044 packet ChangeConnectionPacketType : ConnectionManagementCommand (op_code = CHANGE_CONNECTION_PACKET…