Home
last modified time | relevance | path

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

/system/bt/main/
Dbte_conf.c75 uint32_t record_handle; in bte_load_did_conf() local
76 tBTA_STATUS status = BTA_DmSetLocalDiRecord(&record, &record_handle); in bte_load_did_conf()
/system/bt/stack/sdp/
Dsdp_db.c169 if (p_rec->record_handle == handle) in sdp_db_find_record()
295 handle = p_db->record[p_db->num_records - 1].record_handle + 1; in SDP_CreateRecord()
299 p_db->record[p_db->num_records].record_handle = handle; in SDP_CreateRecord()
308 return (p_db->record[p_db->num_records - 1].record_handle); in SDP_CreateRecord()
350 if (p_rec->record_handle == handle) in SDP_DeleteRecord()
439 if (p_rec->record_handle == handle) in SDP_AddAttribute()
862 if (p_rec->record_handle == handle) in SDP_DeleteAttribute()
Dsdpint.h131 UINT32 record_handle; member
Dsdp_server.c217 rsp_handles[num_rsp_handles++] = p_rec->record_handle; in process_service_search()
/system/bt/btif/src/
Dbtif_sdp.c48 bt_status_t remove_sdp_record(int record_handle);
Dbtif_sdp_server.c275 bt_status_t create_sdp_record(bluetooth_sdp_record *record, int* record_handle) { in create_sdp_record() argument
286 *record_handle = handle; in create_sdp_record()