Searched defs:lcids (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/stack/test/common/ |
D | mock_l2cap_layer.cc | 71 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/ |
D | l2cap_api.cc | 86 const RawAddress& bd_addr, std::vector<uint16_t>& lcids, tL2CAP_LE_CFG_INFO* p_cfg) { in L2CA_ReconfigCreditBasedConnsReq()
|
D | l2c_api.cc | 826 bool L2CA_ReconfigCreditBasedConnsReq(const RawAddress& /* bda */, std::vector<uint16_t>& lcids, in L2CA_ReconfigCreditBasedConnsReq()
|
D | l2c_int.h | 653 std::vector<uint16_t> lcids; /* Used when credit based is used*/ member
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_l2cap_api.cc | 151 bool L2CA_ReconfigCreditBasedConnsReq(const RawAddress& bda, std::vector<uint16_t>& lcids, in L2CA_ReconfigCreditBasedConnsReq()
|