Home
last modified time | relevance | path

Searched defs:lcids (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/stack/test/common/
Dmock_l2cap_layer.cc71 bool L2CA_ConnectCreditBasedRsp(const RawAddress& bd_addr, uint8_t id, std::vector<uint16_t>& lcids, in L2CA_ConnectCreditBasedRsp()
76 bool L2CA_ReconfigCreditBasedConnsReq(const RawAddress& bd_addr, std::vector<uint16_t>& lcids, in L2CA_ReconfigCreditBasedConnsReq()
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2cap_api.cc86 const RawAddress& bd_addr, std::vector<uint16_t>& lcids, tL2CAP_LE_CFG_INFO* p_cfg) { in L2CA_ReconfigCreditBasedConnsReq()
Dl2c_api.cc826 bool L2CA_ReconfigCreditBasedConnsReq(const RawAddress& /* bda */, std::vector<uint16_t>& lcids, in L2CA_ReconfigCreditBasedConnsReq()
Dl2c_int.h653 std::vector<uint16_t> lcids; /* Used when credit based is used*/ member
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_l2cap_api.cc151 bool L2CA_ReconfigCreditBasedConnsReq(const RawAddress& bda, std::vector<uint16_t>& lcids, in L2CA_ReconfigCreditBasedConnsReq()