Searched defs:L2CA_DisconnectLECocReq (Results 1 – 4 of 4) sorted by relevance
225 struct L2CA_DisconnectLECocReq { struct229 extern struct L2CA_DisconnectLECocReq L2CA_DisconnectLECocReq; argument
54 struct L2CA_DisconnectLECocReq L2CA_DisconnectLECocReq; variable160 bool L2CA_DisconnectLECocReq(uint16_t cid) { in L2CA_DisconnectLECocReq() function
105 [[nodiscard]] bool bluetooth::stack::l2cap::Impl::L2CA_DisconnectLECocReq(uint16_t cid) { in L2CA_DisconnectLECocReq() function in bluetooth::stack::l2cap::Impl
912 bool L2CA_DisconnectLECocReq(uint16_t cid) { return L2CA_DisconnectReq(cid); } in L2CA_DisconnectLECocReq() function