Searched defs:fixed_channel_impl (Results  1 – 5 of 5) sorted by relevance
| /packages/modules/Bluetooth/system/gd/l2cap/le/internal/ | 
| D | fixed_channel_impl_test.cc | 73   FixedChannelImpl fixed_channel_impl(kSmpBrCid, &mock_le_link, l2cap_handler_);  in TEST_F()  local 86   FixedChannelImpl fixed_channel_impl(kSmpBrCid, &mock_le_link, l2cap_handler_);  in TEST_F()  local 111   FixedChannelImpl fixed_channel_impl(kSmpBrCid, &mock_le_link, l2cap_handler_);  in TEST_F()  local 136   FixedChannelImpl fixed_channel_impl(kSmpBrCid, &mock_le_link, l2cap_handler_);  in TEST_F()  local 164   FixedChannelImpl fixed_channel_impl(kSmpBrCid, &mock_le_link, l2cap_handler_);  in TEST_F()  local 188   FixedChannelImpl fixed_channel_impl(kSmpBrCid, &mock_le_link, l2cap_handler_);  in TEST_F()  local 201   FixedChannelImpl fixed_channel_impl(kSmpBrCid, &mock_le_link, l2cap_handler_);  in TEST_F()  local 214   FixedChannelImpl fixed_channel_impl(kSmpBrCid, &mock_le_link, l2cap_handler_);  in TEST_F()  local 246   FixedChannelImpl fixed_channel_impl(kSmpBrCid, &mock_le_link, l2cap_handler_);  in TEST_F()  local
  | 
| D | link_manager.cc | 57       auto fixed_channel_impl = link->AllocateFixedChannel(  in ConnectFixedChannelServices()  local 195     auto fixed_channel_impl = link->AllocateFixedChannel(  in OnReadRemoteVersionInformationComplete()  local
  | 
| /packages/modules/Bluetooth/system/gd/l2cap/classic/internal/ | 
| D | fixed_channel_impl_test.cc | 75   FixedChannelImpl fixed_channel_impl(kSmpBrCid, &mock_classic_link, l2cap_handler_);  in TEST_F()  local 92   FixedChannelImpl fixed_channel_impl(kSmpBrCid, &mock_classic_link, l2cap_handler_);  in TEST_F()  local 121   FixedChannelImpl fixed_channel_impl(kSmpBrCid, &mock_classic_link, l2cap_handler_);  in TEST_F()  local 151   FixedChannelImpl fixed_channel_impl(kSmpBrCid, &mock_classic_link, l2cap_handler_);  in TEST_F()  local 184   FixedChannelImpl fixed_channel_impl(kSmpBrCid, &mock_classic_link, l2cap_handler_);  in TEST_F()  local 213   FixedChannelImpl fixed_channel_impl(kSmpBrCid, &mock_classic_link, l2cap_handler_);  in TEST_F()  local 231   FixedChannelImpl fixed_channel_impl(kSmpBrCid, &mock_classic_link, l2cap_handler_);  in TEST_F()  local 250   FixedChannelImpl fixed_channel_impl(kSmpBrCid, &mock_classic_link, l2cap_handler_);  in TEST_F()  local 288   FixedChannelImpl fixed_channel_impl(kSmpBrCid, &mock_classic_link, l2cap_handler_);  in TEST_F()  local
  | 
| D | link_manager.cc | 57       auto fixed_channel_impl = link->AllocateFixedChannel(fixed_channel_service.first);  in ConnectFixedChannelServices()  local 260     auto fixed_channel_impl = link->AllocateFixedChannel(fixed_channel_service.first);  in OnConnectSuccess()  local
  | 
| /packages/modules/Bluetooth/system/gd/l2cap/fuzz/ | 
| D | shim_l2cap.h | 95   std::unique_ptr<l2cap::classic::internal::FixedChannelServiceManagerImpl> fixed_channel_impl;  variable
  |