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

  /system/nfc/src/include/
trace_api.h 43 extern void DispHcp(uint8_t* p, uint16_t len, bool is_recv, bool is_first_seg);
  /system/bt/stack/l2cap/
l2c_ble.cc 714 p_ccb->is_first_seg = true;
762 p_ccb->is_first_seg = true;
    [all...]
l2c_int.h 283 bool is_first_seg; /* Dtermine whether the received packet is the first member in struct:t_l2c_ccb
    [all...]
l2c_fcr.cc 835 if (p_ccb->is_first_seg) {
867 p_ccb->is_first_seg = true;
871 p_ccb->is_first_seg = false;
    [all...]

Completed in 214 milliseconds