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.h253 struct L2CA_DisconnectLECocReq { struct
258 extern struct L2CA_DisconnectLECocReq L2CA_DisconnectLECocReq; argument
Dmock_main_shim_l2cap_api.h522 struct L2CA_DisconnectLECocReq { struct
526 extern struct L2CA_DisconnectLECocReq L2CA_DisconnectLECocReq; argument
Dmock_stack_l2cap_api.cc53 struct L2CA_DisconnectLECocReq L2CA_DisconnectLECocReq; variable
172 bool L2CA_DisconnectLECocReq(uint16_t cid) { in L2CA_DisconnectLECocReq() function
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_api.cc932 bool L2CA_DisconnectLECocReq(uint16_t cid) { return L2CA_DisconnectReq(cid); } in L2CA_DisconnectLECocReq() function