Home
last modified time | relevance | path

Searched refs:user1_ptr (Results 1 – 3 of 3) sorted by relevance

/system/bt/include/hardware/
Dbt_sdp.h63 uint8_t* user1_ptr; member
/system/bt/btif/src/
Dbtif_sdp_server.cc170 if (in_record->hdr.user1_ptr != NULL) { in copy_sdp_records()
171 out_record->hdr.user1_ptr = (uint8_t*)free_ptr; // Update pointer in copy_sdp_records()
172 memcpy(free_ptr, in_record->hdr.user1_ptr, in copy_sdp_records()
/system/bt/bta/sdp/
Dbta_sdp_act.cc329 record->hdr.user1_ptr = p_bta_sdp_cfg->p_sdp_db->raw_data; in bta_create_raw_sdp_record()