Home
last modified time | relevance | path

Searched defs:packet_buf (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco_hci.cc414 uint8_t* packet_buf; /* Temporary buffer to store the data */ member
877 uint8_t* packet_buf; /* Temporary buffer to store the data */ member
Dbtm_sco.cc200 static uint8_t packet_buf[BTM_SCO_DATA_SIZE_MAX] = {0}; variable
/aosp_15_r20/tools/netsim/rust/daemon/src/captures/
H A Dcaptures_handler.rs301 let packet_buf = match chip_kind { in handle_packet() localVariable
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_linux_socket_utils_test.cc136 char packet_buf[1024]; in TEST_F() local