Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/fuzzers/
Dl2cap_fuzzer.cc86 void SnoopLogger::AcceptlistL2capChannel(uint16_t, uint16_t, uint16_t) {} in AcceptlistL2capChannel() function in bluetooth::hal::SnoopLogger
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_main.cc407 bluetooth::shim::GetSnoopLogger()->AcceptlistL2capChannel( in process_l2cap_cmd()
449 bluetooth::shim::GetSnoopLogger()->AcceptlistL2capChannel( in process_l2cap_cmd()
/packages/modules/Bluetooth/system/gd/hal/
Dsnoop_logger.h230 void AcceptlistL2capChannel(uint16_t conn_handle, uint16_t local_cid, uint16_t remote_cid);
Dsnoop_logger.cc875 void SnoopLogger::AcceptlistL2capChannel( in AcceptlistL2capChannel() function in bluetooth::hal::SnoopLogger
Dsnoop_logger_test.cc1037 snoop_logger->AcceptlistL2capChannel(conn_handle, local_cid, remote_cid); in TEST_F()