Home
last modified time | relevance | path

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

/system/bt/gd/security/channel/
Dsecurity_manager_channel.h95 void SetSecurityInterface(l2cap::classic::SecurityInterface* security_interface) { in SetSecurityInterface() argument
96 l2cap_security_interface_ = security_interface; in SetSecurityInterface()
/system/bt/gd/hci/
Dhci_layer.h131 CommandInterfaceImpl<SecurityCommandBuilder> security_interface{*this};
Dhci_layer.cc326 return &security_interface; in GetSecurityInterface()