Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hal/
Dsnoop_logger_test.cc908 snoop_logger->SetL2capChannelClose(conn_handle, local_cid, remote_cid); in TEST_F()
973 snoop_logger->SetL2capChannelClose(conn_handle, local_cid, remote_cid); in TEST_F()
1039 snoop_logger->SetL2capChannelClose(conn_handle, local_cid, remote_cid); in TEST_F()
1104 snoop_logger->SetL2capChannelClose(conn_handle, local_cid, remote_cid); in TEST_F()
1390 snoop_logger->SetL2capChannelClose(conn_handle, local_cid, remote_cid); in TEST_F()
Dsnoop_logger.h276 void SetL2capChannelClose(uint16_t handle, uint16_t local_cid, uint16_t remote_cid);
Dsnoop_logger.cc1128 void SnoopLogger::SetL2capChannelClose(uint16_t handle, uint16_t local_cid, uint16_t remote_cid) { in SetL2capChannelClose() function in bluetooth::hal::SnoopLogger
/packages/modules/Bluetooth/system/stack/fuzzers/
Dl2cap_fuzzer.cc94 void SnoopLogger::SetL2capChannelClose(uint16_t, uint16_t, uint16_t) {} in SetL2capChannelClose() function in bluetooth::hal::SnoopLogger
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_utils.cc1563 bluetooth::shim::GetSnoopLogger()->SetL2capChannelClose(p_ccb->p_lcb->Handle(), in l2cu_release_ccb()