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

  /external/bluetooth/bluedroid/stack/sdp/
sdp_db.c 493 memcpy (&p_rec->attr_pad[p_rec->free_pad_ptr], p_val, (size_t)attr_len);
494 p_attr->value_ptr = &p_rec->attr_pad[p_rec->free_pad_ptr];
875 &p_rec->attr_pad[0]));
    [all...]
sdpint.h 124 UINT8 *value_ptr; /* Points to attr_pad */
136 UINT8 attr_pad[SDP_MAX_PAD_LEN]; member in struct:__anon2993
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_sim_common.h 231 int attr_pad);
eap_sim_common.c 1141 int eap_sim_msg_add_encr_end(struct eap_sim_msg *msg, u8 *k_encr, int attr_pad)
1159 pos = eap_sim_msg_add(msg, attr_pad, 0, NULL, pad_len - 4);
  /external/wpa_supplicant_8/src/eap_common/
eap_sim_common.h 225 int attr_pad);
eap_sim_common.c 1136 int eap_sim_msg_add_encr_end(struct eap_sim_msg *msg, u8 *k_encr, int attr_pad)
1154 pos = eap_sim_msg_add(msg, attr_pad, 0, NULL, pad_len - 4);

Completed in 482 milliseconds