Lines Matching refs:psm
27 uint16_t psm, const tL2CAP_APPL_INFO& p_cb_info, bool enable_snoop, in L2CA_Register() argument
30 return ::L2CA_Register(psm, p_cb_info, enable_snoop, p_ertm_info, my_mtu, required_remote_mtu, in L2CA_Register()
35 uint16_t psm, const tL2CAP_APPL_INFO& p_cb_info, bool enable_snoop, in L2CA_RegisterWithSecurity() argument
38 return ::L2CA_RegisterWithSecurity(psm, p_cb_info, enable_snoop, p_ertm_info, my_mtu, in L2CA_RegisterWithSecurity()
42 void bluetooth::stack::l2cap::Impl::L2CA_Deregister(uint16_t psm) { ::L2CA_Deregister(psm); } in L2CA_Deregister() argument
48 void bluetooth::stack::l2cap::Impl::L2CA_FreeLePSM(uint16_t psm) { return ::L2CA_FreeLePSM(psm); } in L2CA_FreeLePSM() argument
50 [[nodiscard]] uint16_t bluetooth::stack::l2cap::Impl::L2CA_ConnectReq(uint16_t psm, in L2CA_ConnectReq() argument
52 return ::L2CA_ConnectReq(psm, p_bd_addr); in L2CA_ConnectReq()
56 uint16_t psm, const RawAddress& p_bd_addr, uint16_t sec_level) { in L2CA_ConnectReqWithSecurity() argument
57 return ::L2CA_ConnectReqWithSecurity(psm, p_bd_addr, sec_level); in L2CA_ConnectReqWithSecurity()
61 uint16_t psm, const tL2CAP_APPL_INFO& p_cb_info, uint16_t sec_level, in L2CA_RegisterLECoc() argument
63 return ::L2CA_RegisterLECoc(psm, p_cb_info, sec_level, cfg); in L2CA_RegisterLECoc()
66 void bluetooth::stack::l2cap::Impl::L2CA_DeregisterLECoc(uint16_t psm) { in L2CA_DeregisterLECoc() argument
67 ::L2CA_DeregisterLECoc(psm); in L2CA_DeregisterLECoc()
71 uint16_t psm, const RawAddress& p_bd_addr, tL2CAP_LE_CFG_INFO* p_cfg, uint16_t sec_level) { in L2CA_ConnectLECocReq() argument
72 return ::L2CA_ConnectLECocReq(psm, p_bd_addr, p_cfg, sec_level); in L2CA_ConnectLECocReq()
91 uint16_t psm, const RawAddress& p_bd_addr, tL2CAP_LE_CFG_INFO* p_cfg) { in L2CA_ConnectCreditBasedReq() argument
92 return ::L2CA_ConnectCreditBasedReq(psm, p_bd_addr, p_cfg); in L2CA_ConnectCreditBasedReq()