Searched refs:record_handle (Results 1 – 7 of 7) sorted by relevance
127 esp_err_t esp_sdp_remove_record(int record_handle) in esp_sdp_remove_record() argument139 arg.remove_record.record_handle = record_handle; in esp_sdp_remove_record()
178 int record_handle; /*!< SDP record handle */ member272 esp_err_t esp_sdp_remove_record(int record_handle);
41 int record_handle; member
178 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()
210 rsp_handles[num_rsp_handles++] = p_rec->record_handle; in process_service_search()
130 UINT32 record_handle; member
1154 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()