/system/bt/vendor_libs/test_vendor_lib/test/ |
D | link_layer_socket_device_test.cc | 169 size_t CreateConnection() { in CreateConnection() function in test_vendor_lib::LinkLayerSocketDeviceTest 236 size_t pair_id = CreateConnection(); in TEST_F() 245 size_t pair_id = CreateConnection(); in TEST_F() 254 size_t pair_id = CreateConnection(); in TEST_F() 268 pair_id = CreateConnection(); in TEST_F() 278 size_t pair_id = CreateConnection(); in TEST_F() 287 size_t pair_id = CreateConnection(); in TEST_F()
|
/system/bt/gd/hci/facade/ |
D | le_acl_manager_facade.proto | 9 …rpc CreateConnection(bluetooth.facade.BluetoothAddressWithType) returns (stream LeConnectionEvent)… rpc
|
D | acl_manager_facade.proto | 8 rpc CreateConnection(ConnectionMsg) returns (stream ConnectionEvent) {} rpc
|
D | acl_manager_facade.cc | 61 ::grpc::Status CreateConnection( in CreateConnection() function in bluetooth::hci::facade::AclManagerFacadeService 67 acl_manager_->CreateConnection(peer); in CreateConnection()
|
D | le_acl_manager_facade.cc | 62 ::grpc::Status CreateConnection( in CreateConnection() function in bluetooth::hci::facade::LeAclManagerFacadeService
|
/system/bt/gd/l2cap/classic/internal/ |
D | link_manager_test.cc | 124 EXPECT_CALL(mock_acl_manager, CreateConnection(device)).Times(1); in TEST_F() 210 EXPECT_CALL(mock_acl_manager, CreateConnection(device)).Times(0); in TEST_F() 246 EXPECT_CALL(mock_acl_manager, CreateConnection(device)).Times(1); in TEST_F() 293 EXPECT_CALL(mock_acl_manager, CreateConnection(device)).Times(1); in TEST_F() 367 EXPECT_CALL(mock_acl_manager, CreateConnection(device)).Times(1); in TEST_F() 443 EXPECT_CALL(mock_acl_manager, CreateConnection(device)).Times(1); in TEST_F()
|
D | link_manager.cc | 82 acl_manager_->CreateConnection(device); in ConnectFixedChannelServices() 92 acl_manager_->CreateConnection(device); in ConnectDynamicChannelServices() 110 acl_manager_->CreateConnection(remote); in InitiateConnectionForSecurity()
|
/system/bt/gd/hci/ |
D | acl_manager_mock.h | 74 MOCK_METHOD(void, CreateConnection, (Address address), (override));
|
D | acl_manager.h | 76 virtual void CreateConnection(Address address);
|
D | acl_manager.cc | 158 void AclManager::CreateConnection(Address address) { in CreateConnection() function in bluetooth::hci::AclManager
|
D | acl_manager_test.cc | 451 acl_manager_->CreateConnection(remote); in SetUp() 553 acl_manager_->CreateConnection(remote); in TEST_F() 577 acl_manager_->CreateConnection(remote); in TEST_F() 1415 acl_manager_->CreateConnection(remote); in TEST_F()
|
D | hci_packets.pdl | 937 packet CreateConnection : ConnectionManagementCommand (op_code = CREATE_CONNECTION) {
|
/system/bt/gd/l2cap/fuzz/ |
D | shim_l2cap.h | 41 uint16_t CreateConnection(uint16_t psm, hci::Address device_address) { in CreateConnection() function
|
/system/bt/gd/cert/ |
D | py_acl_manager.py | 77 … self.acl_manager.CreateConnection(acl_manager_facade.ConnectionMsg(address=remote_addr_bytes)))
|
D | py_le_acl_manager.py | 110 self.le_acl_manager.CreateConnection(remote_addr)), remote_addr
|
/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
D | acl_connection_handler.h | 48 uint16_t CreateConnection(bluetooth::hci::Address addr,
|
D | acl_connection_handler.cc | 107 uint16_t AclConnectionHandler::CreateConnection(Address addr, in CreateConnection() function in test_vendor_lib::AclConnectionHandler
|
D | dual_mode_controller.h | 116 void CreateConnection(CommandView args);
|
D | link_layer_controller.h | 92 ErrorCode CreateConnection(const Address& addr, uint16_t packet_type,
|
D | dual_mode_controller.cc | 220 SET_SUPPORTED(CREATE_CONNECTION, CreateConnection); in DualModeController() 1770 void DualModeController::CreateConnection(CommandView command) { in CreateConnection() function in test_vendor_lib::DualModeController 1787 auto status = link_layer_controller_.CreateConnection( in CreateConnection()
|
D | link_layer_controller.cc | 1619 connections_.CreateConnection(peer, incoming.GetDestinationAddress()); in IncomingPageResponsePacket() 2148 connections_.CreateConnection(addr, properties_.GetAddress()); in MakePeripheralConnection() 2188 ErrorCode LinkLayerController::CreateConnection(const Address& addr, uint16_t, in CreateConnection() function in test_vendor_lib::LinkLayerController
|
/system/bt/main/test/ |
D | main_shim_test.cc | 338 EXPECT_CALL(*test::mock_acl_manager_, CreateConnection(_)).Times(1); in TEST_F()
|
/system/bt/stack/include/ |
D | hcimsgs.h | 68 void (*CreateConnection)(const RawAddress& dest, uint16_t packet_types, member
|
/system/bt/main/shim/ |
D | acl.cc | 1130 GetAclManager()->CreateConnection(address); in CreateClassicConnection()
|
/system/bt/stack/hcic/ |
D | hcicmds.cc | 1887 .CreateConnection = btsnd_hcic_create_conn, // OCF 0x0405
|