Home
last modified time | relevance | path

Searched defs:L2CA_DisconnectLECocReq (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_l2cap_api.h225 struct L2CA_DisconnectLECocReq { struct
229 extern struct L2CA_DisconnectLECocReq L2CA_DisconnectLECocReq; argument
Dmock_stack_l2cap_api.cc54 struct L2CA_DisconnectLECocReq L2CA_DisconnectLECocReq; variable
160 bool L2CA_DisconnectLECocReq(uint16_t cid) { in L2CA_DisconnectLECocReq() function
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2cap_api.cc105 [[nodiscard]] bool bluetooth::stack::l2cap::Impl::L2CA_DisconnectLECocReq(uint16_t cid) { in L2CA_DisconnectLECocReq() function in bluetooth::stack::l2cap::Impl
Dl2c_api.cc912 bool L2CA_DisconnectLECocReq(uint16_t cid) { return L2CA_DisconnectReq(cid); } in L2CA_DisconnectLECocReq() function