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

  /external/bluetooth/bluedroid/stack/sdp/
sdp_db.c 495 memcpy (&p_rec->attr_pad[p_rec->free_pad_ptr], p_val, (size_t)attr_len);
496 p_attr->value_ptr = &p_rec->attr_pad[p_rec->free_pad_ptr];
    [all...]
sdpint.h 124 UINT8 *value_ptr; /* Points to attr_pad */
136 UINT8 attr_pad[SDP_MAX_PAD_LEN]; member in struct:__anon6332
  /external/wpa_supplicant_8/src/eap_common/
eap_sim_common.h 226 int attr_pad);
eap_sim_common.c 1135 int eap_sim_msg_add_encr_end(struct eap_sim_msg *msg, u8 *k_encr, int attr_pad)
1153 pos = eap_sim_msg_add(msg, attr_pad, 0, NULL, pad_len - 4);

Completed in 67 milliseconds