Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/sdp/
Dsdp_db.c170 if (p_rec->record_handle == handle) in sdp_db_find_record()
296 handle = p_db->record[p_db->num_records - 1].record_handle + 1; in SDP_CreateRecord()
300 p_db->record[p_db->num_records].record_handle = handle; in SDP_CreateRecord()
309 return (p_db->record[p_db->num_records - 1].record_handle); in SDP_CreateRecord()
352 if (p_rec->record_handle == handle) in SDP_DeleteRecord()
442 if (p_rec->record_handle == handle) in SDP_AddAttribute()
843 if (p_rec->record_handle == handle) in SDP_DeleteAttribute()
Dsdpint.h132 UINT32 record_handle; member
Dsdp_server.c201 rsp_handles[num_rsp_handles++] = p_rec->record_handle; in process_service_search()