Home
last modified time | relevance | path

Searched refs:fixed_channel_impl (Results 1 – 5 of 5) sorted by relevance

/system/bt/gd/l2cap/le/internal/
Dfixed_channel_impl_test.cc74 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 …]
Dlink_manager.cc57 …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/
Dfixed_channel_impl_test.cc76 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 …]
Dlink_manager.cc59 …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/
DAndroid.bp11 "classic/internal/fixed_channel_impl.cc",
33 "le/internal/fixed_channel_impl.cc",