Searched defs:L2CA_SendFixedChnlData (Results 1 - 1 of 1) sorted by last modified time

/system/bt/stack/l2cap/
H A Dl2c_api.cc1761 * Function L2CA_SendFixedChnlData
1773 uint16_t L2CA_SendFixedChnlData(uint16_t fixed_cid, const RawAddress& rem_bda, function
1789 L2CAP_TRACE_ERROR("L2CA_SendFixedChnlData() Invalid CID: 0x%04x",
1797 L2CAP_TRACE_WARNING("L2CA_SendFixedChnlData(0x%04x) - BTU not ready",
1807 L2CAP_TRACE_WARNING("L2CA_SendFixedChnlData(0x%04x) - no LCB", fixed_cid);
1822 "L2CA_SendFixedChnlData() - peer does not support fixed chnl: 0x%04x",
1836 L2CAP_TRACE_WARNING("L2CA_SendFixedChnlData() - no CCB for chnl: 0x%4x",

Completed in 61 milliseconds