Home
last modified time | relevance | path

Searched refs:FAIL_SECURITY_BLOCK (Results 1 – 3 of 3) sorted by relevance

/system/bt/gd/l2cap/classic/
Ddynamic_channel_manager.h50 FAIL_SECURITY_BLOCK = 5, // Cannot enhance required security level enumerator
/system/bt/gd/l2cap/classic/internal/
Dsignalling_manager.cc106 .connection_result_code = DynamicChannelManager::ConnectionResultCode::FAIL_SECURITY_BLOCK, in on_security_result_for_outgoing()
211 .connection_result_code = DynamicChannelManager::ConnectionResultCode::FAIL_SECURITY_BLOCK, in on_security_result_for_incoming()
/system/bt/gd/shim/
Dl2cap.cc372 case l2cap::classic::DynamicChannelManager::ConnectionResultCode::FAIL_SECURITY_BLOCK: in OnConnectionFailure()