Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_sdp_api.c127 esp_err_t esp_sdp_remove_record(int record_handle) in esp_sdp_remove_record() argument
139 arg.remove_record.record_handle = record_handle; in esp_sdp_remove_record()
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_sdp_api.h178 int record_handle; /*!< SDP record handle */ member
272 esp_err_t esp_sdp_remove_record(int record_handle);
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_sdp.h41 int record_handle; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_db.c178 if (p_rec->record_handle == handle) { in sdp_db_find_record()
309 handle = p_rec_prev->record_handle + 1; in SDP_CreateRecord()
314 p_rec->record_handle = handle; in SDP_CreateRecord()
323 return (p_rec->record_handle); in SDP_CreateRecord()
370 if (p_rec->record_handle == handle) { in SDP_DeleteRecord()
444 if (p_rec->record_handle == handle) { in SDP_AddAttribute()
883 if (p_rec->record_handle == handle) { in SDP_DeleteAttribute()
Dsdp_server.c210 rsp_handles[num_rsp_handles++] = p_rec->record_handle; in process_service_search()
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/include/
Dsdpint.h130 UINT32 record_handle; member
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/sdp/
Dbtc_sdp.c1154 param.create_record.record_handle = -1; in btc_sdp_create_record()
1173 int slot_id = get_sdp_slot_id_by_handle(arg->remove_record.record_handle); in btc_sdp_remove_record()
1175 …_TRACE_ERROR("%s SDP record with handle %d not found", __func__, arg->remove_record.record_handle); in btc_sdp_remove_record()
1318 param.create_record.record_handle = p_data->sdp_create_record.handle; in btc_sdp_cb_handler()