Searched refs:fixed_channel_impl (Results 1 – 5 of 5) sorted by relevance
/system/bt/gd/l2cap/le/internal/ |
D | fixed_channel_impl_test.cc | 74 FixedChannelImpl fixed_channel_impl(kSmpBrCid, &mock_le_link, l2cap_handler_); in TEST_F() local 75 EXPECT_EQ(device, fixed_channel_impl.GetDevice()); in TEST_F() 88 FixedChannelImpl fixed_channel_impl(kSmpBrCid, &mock_le_link, l2cap_handler_); in TEST_F() local 93 fixed_channel_impl.RegisterOnCloseCallback( in TEST_F() 97 fixed_channel_impl.OnClosed(hci::ErrorCode::REMOTE_USER_TERMINATED_CONNECTION); in TEST_F() 114 FixedChannelImpl fixed_channel_impl(kSmpBrCid, &mock_le_link, l2cap_handler_); in TEST_F() local 117 fixed_channel_impl.OnClosed(hci::ErrorCode::REMOTE_USER_TERMINATED_CONNECTION); in TEST_F() 122 fixed_channel_impl.RegisterOnCloseCallback( in TEST_F() 140 FixedChannelImpl fixed_channel_impl(kSmpBrCid, &mock_le_link, l2cap_handler_); in TEST_F() local 145 fixed_channel_impl.RegisterOnCloseCallback( in TEST_F() [all …]
|
D | link_manager.cc | 57 …auto fixed_channel_impl = link->AllocateFixedChannel(fixed_channel_service.first, SecurityPolicy()… in ConnectFixedChannelServices() local 59 std::make_unique<FixedChannel>(fixed_channel_impl, l2cap_handler_)); in ConnectFixedChannelServices() 119 …auto fixed_channel_impl = link->AllocateFixedChannel(fixed_channel_service.first, SecurityPolicy()… in OnLeConnectSuccess() local 121 std::make_unique<FixedChannel>(fixed_channel_impl, l2cap_handler_)); in OnLeConnectSuccess()
|
/system/bt/gd/l2cap/classic/internal/ |
D | fixed_channel_impl_test.cc | 76 FixedChannelImpl fixed_channel_impl(kSmpBrCid, &mock_classic_link, l2cap_handler_); in TEST_F() local 77 EXPECT_EQ(device.GetAddress(), fixed_channel_impl.GetDevice()); in TEST_F() 94 FixedChannelImpl fixed_channel_impl(kSmpBrCid, &mock_classic_link, l2cap_handler_); in TEST_F() local 99 fixed_channel_impl.RegisterOnCloseCallback( in TEST_F() 103 fixed_channel_impl.OnClosed(hci::ErrorCode::REMOTE_USER_TERMINATED_CONNECTION); in TEST_F() 124 FixedChannelImpl fixed_channel_impl(kSmpBrCid, &mock_classic_link, l2cap_handler_); in TEST_F() local 127 fixed_channel_impl.OnClosed(hci::ErrorCode::REMOTE_USER_TERMINATED_CONNECTION); in TEST_F() 132 fixed_channel_impl.RegisterOnCloseCallback( in TEST_F() 155 FixedChannelImpl fixed_channel_impl(kSmpBrCid, &mock_classic_link, l2cap_handler_); in TEST_F() local 160 fixed_channel_impl.RegisterOnCloseCallback( in TEST_F() [all …]
|
D | link_manager.cc | 59 …auto fixed_channel_impl = link->AllocateFixedChannel(fixed_channel_service.first, SecurityPolicy()… in ConnectFixedChannelServices() local 61 std::make_unique<FixedChannel>(fixed_channel_impl, l2cap_handler_)); in ConnectFixedChannelServices() 146 …auto fixed_channel_impl = link->AllocateFixedChannel(fixed_channel_service.first, SecurityPolicy()… in OnConnectSuccess() local 148 std::make_unique<FixedChannel>(fixed_channel_impl, l2cap_handler_)); in OnConnectSuccess()
|
/system/bt/gd/l2cap/ |
D | Android.bp | 11 "classic/internal/fixed_channel_impl.cc", 33 "le/internal/fixed_channel_impl.cc",
|