HomeSort by relevance Sort by last modified time
    Searched full:attr_id_range (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/hcidump/parser/
sdp.c 476 uint32_t attr_id_range; local
497 attr_id_range = get_u32(frm);
499 (attr_id_range >> 16),
500 (attr_id_range & 0xFFFF));

Completed in 34 milliseconds