Searched refs:L2CA_DisconnectLECocReq (Results 1 – 8 of 8) sorted by relevance
53 struct L2CA_DisconnectLECocReq L2CA_DisconnectLECocReq; variable172 bool L2CA_DisconnectLECocReq(uint16_t cid) { in L2CA_DisconnectLECocReq() function174 return test::mock::stack_l2cap_api::L2CA_DisconnectLECocReq(cid); in L2CA_DisconnectLECocReq()
253 struct L2CA_DisconnectLECocReq { struct258 extern struct L2CA_DisconnectLECocReq L2CA_DisconnectLECocReq; argument
522 struct L2CA_DisconnectLECocReq { struct526 extern struct L2CA_DisconnectLECocReq L2CA_DisconnectLECocReq; argument
211 bool L2CA_DisconnectLECocReq(uint16_t cid);
322 if (!L2CA_DisconnectLECocReq(p_ccb->connection_id)) { in GAP_ConnClose()610 if (!L2CA_DisconnectLECocReq(l2cap_cid)) { in gap_connect_ind()
266 (void)L2CA_DisconnectLECocReq(eatt_cid); in Fuzz()
573 [[nodiscard]] bool L2CA_DisconnectLECocReq(uint16_t cid);
932 bool L2CA_DisconnectLECocReq(uint16_t cid) { return L2CA_DisconnectReq(cid); } in L2CA_DisconnectLECocReq() function