Searched refs:SetL2capChannelClose (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/gd/hal/ |
D | snoop_logger_test.cc | 908 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()
|
D | snoop_logger.h | 276 void SetL2capChannelClose(uint16_t handle, uint16_t local_cid, uint16_t remote_cid);
|
D | snoop_logger.cc | 1128 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/ |
D | l2cap_fuzzer.cc | 94 void SnoopLogger::SetL2capChannelClose(uint16_t, uint16_t, uint16_t) {} in SetL2capChannelClose() function in bluetooth::hal::SnoopLogger
|
/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_utils.cc | 1563 bluetooth::shim::GetSnoopLogger()->SetL2capChannelClose(p_ccb->p_lcb->Handle(), in l2cu_release_ccb()
|