Home
last modified time | relevance | path

Searched refs:packet_buf (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco_hci.cc407 uint8_t* packet_buf; /* Temporary buffer to store the data */ member
488 if (!packet_buf) packet_buf = (uint8_t*)osi_calloc(BTM_MSBC_PKT_LEN); in init()
512 if (packet_buf) osi_free(packet_buf); in deinit()
619 packet_buf); in find_msbc_pkt_head()
622 packet_buf + (buf_size - decode_buf_ro)); in find_msbc_pkt_head()
623 return packet_buf; in find_msbc_pkt_head()
857 uint8_t* packet_buf; /* Temporary buffer to store the data */ member
938 if (!packet_buf) packet_buf = (uint8_t*)osi_calloc(BTM_LC3_PKT_LEN); in init()
955 if (packet_buf) osi_free(packet_buf); in deinit()
1071 packet_buf); in find_lc3_pkt_head()
[all …]
Dbtm_sco.cc209 static uint8_t packet_buf[BTM_SCO_DATA_SIZE_MAX] = {0}; variable
456 read = bluetooth::audio::sco::read(packet_buf, to_read); in btm_route_sco_data()
458 write_btm_pcm_buf(packet_buf, read); in btm_route_sco_data()
493 packet_buf); in btm_route_sco_data()
496 btm_pcm_buf + BTM_SCO_DATA_SIZE_MAX, packet_buf); in btm_route_sco_data()
498 packet_buf + bytes_remaining); in btm_route_sco_data()
501 rc = encode((int16_t*)packet_buf, data_len); in btm_route_sco_data()