HomeSort by relevance Sort by last modified time
    Searched refs:fcs_use (Results 1 - 4 of 4) sorted by null

  /system/bt/bta/hl/
bta_hl_main.cc 1227 bool fcs_use = local
    [all...]
bta_hl_int.h 688 extern BT_HDR* bta_hl_get_buf(uint16_t data_size, bool fcs_use);
    [all...]
bta_hl_act.cc 441 bool fcs_use = (bool)(p_dcb->chnl_cfg.fcs & BTA_HL_MCA_FCS_USE_MASK); local
442 p_dcb->p_tx_pkt = bta_hl_get_buf(p_data->api_send_data.pkt_size, fcs_use);
    [all...]
bta_hl_utils.cc 233 BT_HDR* bta_hl_get_buf(uint16_t data_size, bool fcs_use) {
237 if (fcs_use) size += L2CAP_FCS_LEN;
    [all...]

Completed in 757 milliseconds