Lines Matching defs:psm
61 uint16_t L2CA_Register(uint16_t psm, tL2CAP_APPL_INFO* p_cb_info, in L2CA_Register()
125 void L2CA_Deregister(uint16_t psm) { in L2CA_Deregister()
173 uint16_t psm = l2cb.dyn_psm; in L2CA_AllocatePSM() local
208 uint16_t psm = l2cb.le_dyn_psm; in L2CA_AllocateLePSM() local
252 void L2CA_FreeLePSM(uint16_t psm) { in L2CA_FreeLePSM()
279 uint16_t L2CA_ConnectReq(uint16_t psm, const RawAddress& p_bd_addr) { in L2CA_ConnectReq()
300 uint16_t L2CA_ErtmConnectReq(uint16_t psm, const RawAddress& p_bd_addr, in L2CA_ErtmConnectReq()
402 uint16_t L2CA_RegisterLECoc(uint16_t psm, tL2CAP_APPL_INFO* p_cb_info) { in L2CA_RegisterLECoc()
466 void L2CA_DeregisterLECoc(uint16_t psm) { in L2CA_DeregisterLECoc()
511 uint16_t L2CA_ConnectLECocReq(uint16_t psm, const RawAddress& p_bd_addr, in L2CA_ConnectLECocReq()
1231 uint16_t L2CA_LocalLoopbackReq(uint16_t psm, uint16_t handle, in L2CA_LocalLoopbackReq()