/packages/modules/Bluetooth/system/test/mock/ |
D | mock_legacy_hci_interface.h | 27 MOCK_METHOD(void, ChangeConnectionPacketType,
|
/packages/modules/Bluetooth/system/stack/test/btm/ |
D | stack_btm_test.cc | 207 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/ |
D | classic_acl_connection.h | 46 virtual bool ChangeConnectionPacketType(uint16_t packet_type);
|
D | classic_acl_connection.cc | 384 bool ClassicAclConnection::ChangeConnectionPacketType(uint16_t packet_type) { in ChangeConnectionPacketType() function in bluetooth::hci::acl_manager::ClassicAclConnection
|
/packages/modules/Bluetooth/system/stack/test/common/ |
D | mock_hcic_layer.cc | 114 virtual void ChangeConnectionPacketType( in ChangeConnectionPacketType() function in bluetooth::legacy::hci::MockInterface
|
/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | dual_mode_controller.h | 143 void ChangeConnectionPacketType(CommandView command);
|
D | link_layer_controller.h | 296 ErrorCode ChangeConnectionPacketType(uint16_t handle, uint16_t types);
|
D | dual_mode_controller.cc | 1017 void DualModeController::ChangeConnectionPacketType(CommandView command) { in ChangeConnectionPacketType() function in rootcanal::DualModeController 1030 link_layer_controller_.ChangeConnectionPacketType(handle, packet_type); in ChangeConnectionPacketType() 4167 &DualModeController::ChangeConnectionPacketType},
|
D | link_layer_controller.cc | 5567 ErrorCode LinkLayerController::ChangeConnectionPacketType(uint16_t handle, in ChangeConnectionPacketType() function in rootcanal::LinkLayerController
|
/packages/modules/Bluetooth/system/stack/include/ |
D | hcimsgs.h | 47 virtual void ChangeConnectionPacketType(uint16_t handle,
|
/packages/modules/Bluetooth/system/gd/hci/facade/ |
D | acl_manager_facade.cc | 155 connection->second.connection_->ChangeConnectionPacketType(view.GetPacketType()); in ConnectionCommand()
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_sco.cc | 1542 GetInterface().ChangeConnectionPacketType( in BTM_ChangeEScoLinkParms()
|
/packages/modules/Bluetooth/system/stack/hcic/ |
D | hcicmds.cc | 1636 void ChangeConnectionPacketType(uint16_t handle, in ChangeConnectionPacketType() function in bluetooth::legacy::hci::InterfaceImpl
|
/packages/modules/Bluetooth/system/stack/acl/ |
D | btm_acl.cc | 1481 GetInterface().ChangeConnectionPacketType(link.Handle(), link.pkt_types_mask); in change_connection_packet_types()
|
/packages/modules/Bluetooth/tools/rootcanal/packets/ |
D | hci_packets.pdl | 1097 packet ChangeConnectionPacketType : Command (op_code = CHANGE_CONNECTION_PACKET_TYPE) {
|
/packages/modules/Bluetooth/system/pdl/hci/ |
D | hci_packets.pdl | 1235 packet ChangeConnectionPacketType : ConnectionManagementCommand (op_code = CHANGE_CONNECTION_PACKET…
|