Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_legacy_hci_iterface.cc58 .ChangeConnectionPacketType = btsnd_hcic_change_conn_type,
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_acl_connection.h47 virtual bool ChangeConnectionPacketType(uint16_t packet_type);
Dclassic_acl_connection.cc376 bool ClassicAclConnection::ChangeConnectionPacketType(uint16_t packet_type) { in ChangeConnectionPacketType() function in bluetooth::hci::acl_manager::ClassicAclConnection
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.h122 void ChangeConnectionPacketType(CommandView command);
Dlink_layer_controller.h307 ErrorCode ChangeConnectionPacketType(uint16_t handle, uint16_t types);
Ddual_mode_controller.cc871 void DualModeController::ChangeConnectionPacketType(CommandView command) { in ChangeConnectionPacketType() function in rootcanal::DualModeController
880 link_layer_controller_.ChangeConnectionPacketType(handle, packet_type); in ChangeConnectionPacketType()
3252 &DualModeController::ChangeConnectionPacketType},
Dlink_layer_controller.cc5486 ErrorCode LinkLayerController::ChangeConnectionPacketType(uint16_t handle, in ChangeConnectionPacketType() function in rootcanal::LinkLayerController
/packages/modules/Bluetooth/system/stack/include/
Dhcimsgs.h47 void (*ChangeConnectionPacketType)(uint16_t handle, uint16_t packet_types); member
/packages/modules/Bluetooth/system/gd/hci/facade/
Dacl_manager_facade.cc147 connection->second.connection_->ChangeConnectionPacketType(view.GetPacketType()); in ConnectionCommand()
/packages/modules/Bluetooth/system/stack/hcic/
Dhcicmds.cc1679 .ChangeConnectionPacketType = btsnd_hcic_change_conn_type, // OCF 0x040F,
/packages/modules/Bluetooth/system/stack/acl/
Dbtm_acl.cc1593 bluetooth::legacy::hci::GetInterface().ChangeConnectionPacketType( in change_connection_packet_types()
/packages/modules/Bluetooth/system/gd/hci/
Dhci_packets.pdl1171 packet ChangeConnectionPacketType : ConnectionManagementCommand (op_code = CHANGE_CONNECTION_PACKET…
/packages/modules/Bluetooth/tools/rootcanal/packets/hci/
Dhci_packets.pdl1161 packet ChangeConnectionPacketType : Command (op_code = CHANGE_CONNECTION_PACKET_TYPE) {