Home
last modified time | relevance | path

Searched refs:bta_hl_get_buf (Results 1 – 4 of 4) sorted by relevance

/system/bt/bta/hl/
Dbta_hl_int.h688 extern BT_HDR* bta_hl_get_buf(uint16_t data_size, bool fcs_use);
Dbta_hl_main.cc1230 bta_hl_get_buf(p_data->api_dch_echo_test.pkt_size, fcs_use); in bta_hl_api_dch_echo_test()
Dbta_hl_act.cc442 p_dcb->p_tx_pkt = bta_hl_get_buf(p_data->api_send_data.pkt_size, fcs_use); in bta_hl_dch_send_data()
Dbta_hl_utils.cc233 BT_HDR* bta_hl_get_buf(uint16_t data_size, bool fcs_use) { in bta_hl_get_buf() function