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

  /external/bluetooth/bluedroid/stack/sdp/
sdp_discovery.c 410 p = sdpu_get_len_from_type (p, type, &list_len);
750 p = sdpu_get_len_from_type (p, type, &seq_len);
799 p = sdpu_get_len_from_type (p, type, &seq_len);
820 p = sdpu_get_len_from_type (p, type, &attr_len);
910 p = sdpu_get_len_from_type (p, type, &attr_len);
    [all...]
sdpint.h 288 SDP_API extern UINT8 *sdpu_get_len_from_type (UINT8 *p, UINT8 type, UINT32 *p_len);
sdp_db.c 133 p = sdpu_get_len_from_type (p, type, &len);
    [all...]
sdp_utils.c 580 ** Function sdpu_get_len_from_type
587 UINT8 *sdpu_get_len_from_type (UINT8 *p, UINT8 type, UINT32 *p_len) function
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_int.h 473 extern UINT8 *sdpu_get_len_from_type (UINT8 *p, UINT8 type, UINT32 *p_len);
bta_jv_act.c     [all...]
bta_jv_api.c 738 np = sdpu_get_len_from_type(p, type, &len);
    [all...]

Completed in 84 milliseconds